diff --git a/frontend/src/app/main/ui/workspace/context_menu.cljs b/frontend/src/app/main/ui/workspace/context_menu.cljs index e776ea3fc..dc86ee476 100644 --- a/frontend/src/app/main/ui/workspace/context_menu.cljs +++ b/frontend/src/app/main/ui/workspace/context_menu.cljs @@ -204,12 +204,12 @@ [:> menu-entry* {:title (tr "workspace.shape.menu.copy-paste-as") :on-pointer-enter (when (cf/check-browser? :chrome) handle-hover-copy-paste)} - [:> menu-entry* {:title (tr "workspace.shape.menu.copy-svg") - :on-click handle-copy-svg}] [:> menu-entry* {:title (tr "workspace.shape.menu.copy-css") :on-click handle-copy-css}] [:> menu-entry* {:title (tr "workspace.shape.menu.copy-css-nested") :on-click handle-copy-css-nested}] + [:> menu-entry* {:title (tr "workspace.shape.menu.copy-svg") + :on-click handle-copy-svg}] [:> menu-separator* {}]