Skip to content

Commit

Permalink
Use correct icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed May 29, 2023
1 parent 6993722 commit 2a5c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/contexts/activity_center/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[]
(let [unread-count (rf/sub [:activity-center/unread-count])]
[quo/action-drawer
[[{:icon :i/check
[[{:icon :i/mark-as-read
:override-theme :dark
:label (i18n/label :t/mark-all-notifications-as-read)
:disabled? (zero? unread-count)
Expand Down

0 comments on commit 2a5c1ad

Please sign in to comment.