♻️ Update name of shape icon refactor

This commit is contained in:
Eva Marco
2024-03-08 14:05:06 +01:00
committed by Alonso Torres
parent ca7438aab5
commit 4f01a63771
5 changed files with 12 additions and 12 deletions

View File

@@ -30,7 +30,7 @@
[app.main.refs :as refs]
[app.main.store :as st]
[app.main.ui.components.dropdown :refer [dropdown]]
[app.main.ui.components.shape-icon-refactor :as sic]
[app.main.ui.components.shape-icon :as sic]
[app.main.ui.icons :as i]
[app.main.ui.workspace.sidebar.assets.common :as cmm]
[app.util.dom :as dom]
@@ -180,7 +180,7 @@
:on-pointer-enter (on-pointer-enter (:id object))
:on-pointer-leave (on-pointer-leave (:id object))
:on-unmount (on-unmount (:id object))
:icon (sic/element-icon-refactor {:shape object})}])])
:icon (sic/element-icon {:shape object})}])])
[:& menu-entry {:title (tr "workspace.shape.menu.forward")
:shortcut (sc/get-tooltip :bring-forward)
:on-click do-bring-forward}]