Skip to content

Commit ae11bbf

Browse files
authored
Reroute to new helpscout guides (#1463)
* Reroute to new helpscout guides * Picking a bouquet of whoopsie-daisies
1 parent 530a834 commit ae11bbf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/osf-components/addon/components/osf-navbar/auth-dropdown/component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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');

lib/osf-components/addon/components/osf-navbar/auth-dropdown/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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'}}

lib/registries/addon/components/registries-navbar/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
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'}}

0 commit comments

Comments
 (0)