Updated alt tags

This commit is contained in:
Luis Alvarez
2020-10-27 03:35:53 -05:00
parent 6fb5b412a8
commit 5ab999ac95
3 changed files with 2 additions and 3 deletions

View File

@@ -62,7 +62,6 @@ const WishlistCard: FC<Props> = ({ 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
/>
</div>