mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Update glimmer header with new dnd icon (#26166)
Followup to f2ac9e4c12
This commit is contained in:
parent
e9ef48e3cf
commit
bbb18fa2ce
@ -65,7 +65,7 @@ export default class Notifications extends Component {
|
||||
{{/if}}
|
||||
|
||||
{{#if this.isInDoNotDisturb}}
|
||||
<div class="do-not-disturb-background">{{icon "moon"}}</div>
|
||||
<div class="do-not-disturb-background">{{icon "discourse-dnd"}}</div>
|
||||
{{else}}
|
||||
{{#if this.currentUser.new_personal_messages_notifications_count}}
|
||||
<a
|
||||
|
Loading…
Reference in New Issue
Block a user