🐛 Fix collapsable button icon id

This commit is contained in:
Eva Marco 2025-01-10 11:55:54 +01:00
parent d500058aa9
commit 6d34ce58fa

View file

@ -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")}]]]]))