mirror of
https://github.com/penpot/penpot.git
synced 2025-03-21 04:01:24 -05:00
🐛 Fix title of draw tools TG-237
This commit is contained in:
parent
0d9a56ba17
commit
2344850243
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
(mx/doseq [[i props] (map-indexed vector tools)]
|
||||
(let [selected? (= drawing-tool (:shape props))]
|
||||
[:div.tool-btn.tooltip.tooltip-hover
|
||||
{:alt (tr :help props)
|
||||
{:alt (tr (:help props))
|
||||
:class (when selected? "selected")
|
||||
:key (str i)
|
||||
:on-click (partial select-drawtool (:shape props))}
|
||||
|
|
Loading…
Add table
Reference in a new issue