Skip to content

Commit

Permalink
enhance(ui): upload asset icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Nov 27, 2024
1 parent c707761 commit 8a06de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@
:class "!px-1 text-muted-foreground"
:size :sm
:on-click (get-in table [:data-fns :add-new-object!])}
(ui/icon "plus"))
(ui/icon "upload"))
[:div "New record"]))

(rum/defc add-new-row < rum/static
Expand Down

0 comments on commit 8a06de6

Please sign in to comment.