Skip to content

Commit

Permalink
Merge pull request #706 from mozilla-iam/IAM-1294
Browse files Browse the repository at this point in the history
IAM-1294 Remove notifications link in people.m.o dropdown menu
  • Loading branch information
dividehex authored Feb 13, 2024
2 parents 2213810 + f5eeef5 commit c2d776a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions src/components/ui/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,6 @@
<Icon id="dashboard" :width="24" :height="24" />
</a>
</li>
<li>
<a
href="https://sso.mozilla.com/notifications"
id="link-usermenu-sso-dashboard"
>
<span>{{ fluent('user-menu_notifications') }}</span>
<Icon id="bell" :width="24" :height="24" />
</a>
</li>
<li>
<span class="user-menu__faux-link">
<span>{{ fluent('user-menu_auto-login') }}</span>
<Icon id="sliders" :width="24" :height="24" />
</span>
</li>
</ul>
<a href="/_/logout" class="user-menu__log-out">
<span>{{ fluent('user-menu_logout') }}</span>
Expand Down
2 changes: 0 additions & 2 deletions src/locales/en-US/strings.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ user-menu_open = Open user menu
user-menu_close = Close user menu
user-menu_my-profile = My Profile
user-menu_dashboard = Dashboard
user-menu_notifications = Notifications
user-menu_auto-login = Manage Auto-Login
user-menu_logout = Log Out
## Contribute
Expand Down

0 comments on commit c2d776a

Please sign in to comment.