diff --git a/app/components/ui/card.tsx b/app/components/ui/card.tsx index 3c4fe79..b5ae5ec 100644 --- a/app/components/ui/card.tsx +++ b/app/components/ui/card.tsx @@ -6,7 +6,7 @@ export const Card: FC = (properties) => { const { children, ...rest } = properties return (
{children}