Browse Source

add keyboard shortcuts icon

Konstantinos Kaloutas 2 years ago
parent
commit
59adfc2436
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/frontend/components/right_sidebar.cljs

+ 2 - 1
src/main/frontend/components/right_sidebar.cljs

@@ -161,7 +161,8 @@
         (slide/slide page-name)]])
 
     :shortcut-settings
-    [(t :help/shortcuts) (shortcut-settings)]
+    [[:.flex.items-center (ui/icon "command" {:class "text-md mr-2"}) (t :help/shortcuts)]
+     (shortcut-settings)]
 
     ["" [:span]]))