Skip to content

Commit

Permalink
Small boolean icon-name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed May 8, 2024
1 parent 052a60a commit f141b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/navigation/page_nav/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
[button/button
(assoc button-props
:type (button-type background)
:icon-only? icon-name
:icon-only? (boolean icon-name)
:size 32
:accessible true
:background (if behind-overlay?
Expand Down

0 comments on commit f141b3c

Please sign in to comment.