From 5ab999ac953f7deffbf4e7cf62dbfd71cacff9eb Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 27 Oct 2020 03:35:53 -0500 Subject: [PATCH] Updated alt tags --- components/product/ProductCard/ProductCard.tsx | 2 +- components/product/ProductView/ProductView.tsx | 2 +- components/wishlist/WishlistCard/WishlistCard.tsx | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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 />