diff --git a/web/src/components/ShortcutView.tsx b/web/src/components/ShortcutView.tsx
index 0ff99e19..9b17c0a0 100644
--- a/web/src/components/ShortcutView.tsx
+++ b/web/src/components/ShortcutView.tsx
@@ -75,7 +75,7 @@ const ShortcutView = (props: Props) => {
href={shortcutLink}
>
s/
- {shortcut.name}
+ {shortcut.name}
{shortcut.description}
} + {shortcut.description && !compactStyle &&{shortcut.description}
}