diff --git a/src/app/components/home/Card.tsx b/src/app/components/home/Card.tsx index f4de37b..25be134 100644 --- a/src/app/components/home/Card.tsx +++ b/src/app/components/home/Card.tsx @@ -22,7 +22,7 @@ interface CardProps { image: string; budget: number | null; status: (typeof PortfolioStatus)[number]; -} +}; const Card = ({ id, title, image, budget, status }: CardProps) => { const router = useRouter();