diff --git a/src/components/card-shell.tsx b/src/components/card-shell.tsx index fd2331a..58c6001 100644 --- a/src/components/card-shell.tsx +++ b/src/components/card-shell.tsx @@ -82,7 +82,7 @@ export const CardShell: FC = ({ {tags?.length ? ( <> - {tags.join('@/ ')} + {tags.join(' / ')} ) : null}