mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 06:06:39 +02:00
🐛 Fix collapsable button icon id
This commit is contained in:
parent
d500058aa9
commit
6d34ce58fa
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@
|
||||||
[:button {:class (stl/css :collapsed-button)
|
[:button {:class (stl/css :collapsed-button)
|
||||||
:title (tr "workspace.sidebar.expand")
|
:title (tr "workspace.sidebar.expand")
|
||||||
:on-click on-click}
|
:on-click on-click}
|
||||||
[:& icon* {:id "arrow"
|
[:> icon* {:icon-id "arrow"
|
||||||
:size "s"
|
:size "s"
|
||||||
:aria-label (tr "workspace.sidebar.expand")}]]]]))
|
:aria-label (tr "workspace.sidebar.expand")}]]]]))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue