Skip to content

Commit

Permalink
fix: community mute icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed Dec 1, 2023
1 parent 3489d66 commit d790e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
[id muted? muted-till]
(let [time-string (fn [mute-title mute-duration]
(i18n/label mute-title {:duration mute-duration}))]
{:icon (if muted? :i/muted :i/activity-center)
{:icon (if muted? :i/activity-center :i/muted)
:accessibility-label (if muted? :unmute-community :mute-community)
:label (i18n/label (if muted? :t/unmute-community :t/mute-community))
:sub-label (when (and muted? (some? muted-till))
Expand Down

0 comments on commit d790e8d

Please sign in to comment.