diff --git a/frontend/web/src/components/CreateShortcutDialog.tsx b/frontend/web/src/components/CreateShortcutDialog.tsx index 1360341..054a107 100644 --- a/frontend/web/src/components/CreateShortcutDialog.tsx +++ b/frontend/web/src/components/CreateShortcutDialog.tsx @@ -283,10 +283,7 @@ const CreateShortcutDialog: React.FC = (props: Props) => { )} onClick={() => setShowOpenGraphMetadata(!showOpenGraphMetadata)} > - - Social media metadata - - + Social media metadata diff --git a/frontend/web/src/components/ShortcutCard.tsx b/frontend/web/src/components/ShortcutCard.tsx index fb4aca5..86a0886 100644 --- a/frontend/web/src/components/ShortcutCard.tsx +++ b/frontend/web/src/components/ShortcutCard.tsx @@ -63,9 +63,9 @@ const ShortcutView = (props: Props) => { href={shortcutLink} >
- {shortcut.title} + {shortcut.title} {shortcut.title ? ( - (s/{shortcut.name}) + (s/{shortcut.name}) ) : ( <> s/ diff --git a/frontend/web/src/components/ShortcutView.tsx b/frontend/web/src/components/ShortcutView.tsx index d88e525..68b7001 100644 --- a/frontend/web/src/components/ShortcutView.tsx +++ b/frontend/web/src/components/ShortcutView.tsx @@ -50,9 +50,9 @@ const ShortcutView = (props: Props) => { target="_blank" >
- {shortcut.title} + {shortcut.title} {shortcut.title ? ( - (s/{shortcut.name}) + (s/{shortcut.name}) ) : ( <> s/