diff --git a/www/components/card.tsx b/www/components/card.tsx index 5936f664..273e8cce 100644 --- a/www/components/card.tsx +++ b/www/components/card.tsx @@ -8,14 +8,15 @@ interface CardProps extends LinkProps { export function Card({ children, href, ...props }: CardProps) { return ( - - - {children} - + + {children} ) } diff --git a/www/components/layout.tsx b/www/components/layout.tsx index 7728f58e..253ef78d 100644 --- a/www/components/layout.tsx +++ b/www/components/layout.tsx @@ -86,15 +86,15 @@ export function Layout({ >