Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkz committed Nov 25, 2024
1 parent bae2753 commit 8d525f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card-shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const CardShell: FC<Props> = ({
{tags?.length ? (
<>
<Dot />
{tags.join('@/ ')}
{tags.join(' / ')}
</>
) : null}
</span>
Expand Down

0 comments on commit 8d525f7

Please sign in to comment.