diff --git a/apps/app/components/command-palette/shortcuts-modal.tsx b/apps/app/components/command-palette/shortcuts-modal.tsx index af7f19b0a..205749b83 100644 --- a/apps/app/components/command-palette/shortcuts-modal.tsx +++ b/apps/app/components/command-palette/shortcuts-modal.tsx @@ -123,7 +123,9 @@ export const ShortcutsModal: React.FC = ({ isOpen, setIsOpen }) => {
-

{shortcut.description}

+

+ {shortcut.description} +

{shortcut.keys.split(",").map((key, index) => ( @@ -132,7 +134,7 @@ export const ShortcutsModal: React.FC = ({ isOpen, setIsOpen }) => { ) : ( - + {key === "Ctrl" ? : key} )} @@ -167,7 +169,7 @@ export const ShortcutsModal: React.FC = ({ isOpen, setIsOpen }) => { {keys.split(",").map((key, index) => ( {key === "Ctrl" ? ( - + ) : (