Skip to content

Commit

Permalink
reader: remove tag buttons bug, interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
irq0 committed Mar 9, 2024
1 parent 067bab6 commit 96e7595
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/llar/apis/reader.clj
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@
[{:tag :saved
:icon-set "fas fa-star icon-is-set"
:icon-unset "far fa-star"}
{:tag :interesting
:icon-set "far fa-hand-spock icon-is-set"
:icon-unset "far fa-hand-spock"}
{:tag :unread
:icon-unset "far fa-check-square icon-is-set"
:icon-set "far fa-square"}
Expand All @@ -157,10 +154,7 @@
:icon-unset "fas fa-book"}
{:tag :video-recommendation
:icon-set "fas fa-film icon-is-set"
:icon-unset "fas fa-film"}
{:tag :bug
:icon-set "fas fa-bug icon-is-set"
:icon-unset "fas fa-bug"}])
:icon-unset "fas fa-film"}])

(def +headline-view-tag-buttons+
"Select from +tag-buttons+"
Expand Down

0 comments on commit 96e7595

Please sign in to comment.