瀏覽代碼

add keyboard shortcuts icon

Konstantinos Kaloutas 2 年之前
父節點
當前提交
59adfc2436
共有 1 個文件被更改,包括 2 次插入1 次删除
  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]]))