diff --git a/components/cards/Cards.tsx b/components/cards/Cards.tsx index 69bb430..ccf13d4 100644 --- a/components/cards/Cards.tsx +++ b/components/cards/Cards.tsx @@ -8,9 +8,9 @@ interface Product { } export const Cards = ({ products }: { products: Product[] }) => { return ( -