diff --git a/src/pages/catalog/components/product_cards/ProductCards.tsx b/src/pages/catalog/components/product_cards/ProductCards.tsx index 775a1db..8bec579 100644 --- a/src/pages/catalog/components/product_cards/ProductCards.tsx +++ b/src/pages/catalog/components/product_cards/ProductCards.tsx @@ -11,13 +11,15 @@ const ProductCards = ({ products } : ProductCardProps) => { <> { products.map((product) => { return ( - +
+ +
) }) }