diff --git a/frontend/web/src/pages/ShortcutDetail.tsx b/frontend/web/src/pages/ShortcutDetail.tsx index 62a367d4..e0cf9ea7 100644 --- a/frontend/web/src/pages/ShortcutDetail.tsx +++ b/frontend/web/src/pages/ShortcutDetail.tsx @@ -95,8 +95,8 @@ const ShortcutDetail = () => {
{shortcut.title ? ( <> - {shortcut.title} - (s/{shortcut.name}) + {shortcut.title} + (s/{shortcut.name}) ) : ( <>