diff --git a/src/pages/showcase/_components/CardTags.tsx b/src/pages/showcase/_components/CardTags.tsx index 581c7c3b..4d444f95 100644 --- a/src/pages/showcase/_components/CardTags.tsx +++ b/src/pages/showcase/_components/CardTags.tsx @@ -8,38 +8,22 @@ export interface CardTagsProps { export const CardTags = ({ tags }: CardTagsProps) => { return ( - + ); };