mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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:
parent
8a83d37ea4
commit
76a79b6adf
@ -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}}
|
||||
|
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user