Skip to content

Commit

Permalink
chore: change feature icon from tie-app-feature to square-asterisk (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen committed Apr 5, 2023
1 parent a1c3804 commit 08d5eaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/frontend/components/settings.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,7 @@
;; [:assets "assets" (t :settings-page/tab-assets) (ui/icon "box")])

[:advanced "advanced" (t :settings-page/tab-advanced) (ui/icon "bulb")]
[:features "features" (t :settings-page/tab-features) (ui/icon "app-feature" {:extension? true
:style {:margin-left 2}})]
[:features "features" (t :settings-page/tab-features) (ui/icon "square-asterisk")]

(when plugins-of-settings
[:plugins-setting "plugins" (t :settings-of-plugins) (ui/icon "puzzle")])]]
Expand Down

0 comments on commit 08d5eaf

Please sign in to comment.