diff --git a/components/cart/CartItem/CartItem.tsx b/components/cart/CartItem/CartItem.tsx index bc74812e0..258eb5f9f 100644 --- a/components/cart/CartItem/CartItem.tsx +++ b/components/cart/CartItem/CartItem.tsx @@ -63,6 +63,7 @@ const CartItem = ({ src={item.image_url} width={150} height={150} + alt="Product Image" // The cart item image is already optimized and very small in size unoptimized /> diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index b37d7ca67..0274fbc30 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -36,6 +36,7 @@ const ProductCard: FC = ({ {p.name} = ({
{p.name} { return (
-