diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index 4323977f3..16748b63a 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -41,7 +41,7 @@ const ProductCard: FC = ({ = ({ product }) => { {product.images.edges?.map((image, i) => (
{product.name} = ({ item }) => { width={400} height={400} alt={product.images.edges?.[0]?.node.altText || 'Product Image'} - // The cart item image is already optimized and very small in size />