mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 08:41:48 -05:00
fix name shapes to draw tools
This commit is contained in:
parent
121e181060
commit
bc305c66d9
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
[:div.workspace-options
|
[:div.workspace-options
|
||||||
[:ul.options-btn
|
[:ul.options-btn
|
||||||
[:li.tooltip.tooltip-bottom
|
[:li.tooltip.tooltip-bottom
|
||||||
{:alt "Shapes (Ctrl + Shift + S)"
|
{:alt "Draw tools (Ctrl + Shift + S)"
|
||||||
:class (when (contains? flags :drawtools) "selected")
|
:class (when (contains? flags :drawtools) "selected")
|
||||||
:on-click (partial toggle :drawtools)}
|
:on-click (partial toggle :drawtools)}
|
||||||
i/shapes]
|
i/shapes]
|
||||||
|
|
Loading…
Add table
Reference in a new issue