File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
osf-components/addon/components/osf-navbar/auth-dropdown
registries/addon/components/registries-navbar Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export class AuthBase extends Component {
3636
3737 campaign ?: string ;
3838
39+ supportURL = config . support . faqPageUrl ;
3940 profileURL = pathJoin ( baseUrl , 'profile' ) ;
4041 settingsURL = pathJoin ( baseUrl , 'settings' ) ;
4142 signUpURL = pathJoin ( baseUrl , 'register' ) ;
Original file line number Diff line number Diff line change 3939 <OsfLink
4040 data-test-ad-support
4141 data-analytics-name =' Support'
42- @route = ' support '
42+ @href = {{ this.supportURL }}
4343 >
4444 <FaIcon @icon =' life-ring' class =' fa-lg p-r-xs' />
4545 {{ t ' auth_dropdown.osf_support' }}
Original file line number Diff line number Diff line change 208208 <OsfLink
209209 data-test-ad-support
210210 data-analytics-name =' Support'
211- @route = ' support '
211+ @href = {{ this.helpRoute }}
212212 >
213213 <FaIcon @icon =' life-ring' @prefix =' far' @fixedWidth ={{ true }} />
214214 {{ t ' auth_dropdown.osf_support' }}
You can’t perform that action at this time.
0 commit comments