Skip to content

Commit

Permalink
Rearrange Nav links (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley authored Aug 10, 2023
1 parent 750f7e1 commit 9283632
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web/app/components/header/nav.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@
class="text-body-200"
/>
<dd.Separator class="mt-2" />
<dd.Interactive
data-test-user-menu-item="email-notifications"
@route="authenticated.settings"
@text="Email notifications"
class={{if
this.emailNotificationsHighlightIsShown
"highlighted-new"
}}
/>
<dd.Interactive
data-test-user-menu-github
@href={{this.gitHubRepoURL}}
Expand All @@ -93,15 +102,6 @@
class="user-menu-external-link"
/>
{{/if}}
<dd.Interactive
data-test-user-menu-item="email-notifications"
@route="authenticated.settings"
@text="Email notifications"
class={{if
this.emailNotificationsHighlightIsShown
"highlighted-new"
}}
/>
{{#if this.showSignOut}}
<dd.Interactive
data-test-user-menu-item="sign-out"
Expand Down

0 comments on commit 9283632

Please sign in to comment.