UX: Change notifications nav icon in user page to bell (#18455)

Now that we have chat, the comment icon is no longer ideal

Internal Ref: /t/67780/55
This commit is contained in:
Alan Guo Xiang Tan 2022-10-04 10:48:33 +08:00 committed by GitHub
parent 8a83d37ea4
commit 76a79b6adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
{{#if @showNotificationsTab}}
<li class="user-notifications">
<LinkTo @route="userNotifications">
{{d-icon "comment" class="glyph"}}{{i18n "user.notifications"}}
{{d-icon "bell" class="glyph"}}{{i18n "user.notifications"}}
</LinkTo>
</li>
{{/if}}

View File

@ -267,7 +267,7 @@
{{#if this.showNotificationsTab}}
<li class="user-notifications">
<LinkTo @route="userNotifications">
{{d-icon "comment" class="glyph"}}{{i18n 'user.notifications'}}
{{d-icon "bell" class="glyph"}}{{i18n 'user.notifications'}}
</LinkTo>
</li>
{{/if}}