0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

fix name shapes to draw tools

This commit is contained in:
Juan de la Cruz 2017-03-01 14:32:36 +01:00
parent 121e181060
commit bc305c66d9

View file

@ -70,7 +70,7 @@
[:div.workspace-options
[:ul.options-btn
[:li.tooltip.tooltip-bottom
{:alt "Shapes (Ctrl + Shift + S)"
{:alt "Draw tools (Ctrl + Shift + S)"
:class (when (contains? flags :drawtools) "selected")
:on-click (partial toggle :drawtools)}
i/shapes]