diff --git a/frontend/web/src/components/ShortcutCard.tsx b/frontend/web/src/components/ShortcutCard.tsx index 94a0b39..55673b4 100644 --- a/frontend/web/src/components/ShortcutCard.tsx +++ b/frontend/web/src/components/ShortcutCard.tsx @@ -102,16 +102,16 @@ const ShortcutView = (props: Props) => { })} {shortcut.tags.length === 0 && No tags} -
+
-
+
{shortcut.creator.nickname}
viewStore.setFilter({ visibility: shortcut.visibility })} > @@ -121,7 +121,7 @@ const ShortcutView = (props: Props) => { {shortcut.view} visits diff --git a/frontend/web/src/components/ShortcutsContainer.tsx b/frontend/web/src/components/ShortcutsContainer.tsx index e087333..d8ea2d7 100644 --- a/frontend/web/src/components/ShortcutsContainer.tsx +++ b/frontend/web/src/components/ShortcutsContainer.tsx @@ -16,8 +16,8 @@ const ShortcutsContainer: React.FC = (props: Props) => { return (
{shortcutList.map((shortcut) => {