diff --git a/app/javascript/StorefrontApp/features/product/Item.tsx b/app/javascript/StorefrontApp/features/product/Item.tsx index b2e1e83..585c442 100644 --- a/app/javascript/StorefrontApp/features/product/Item.tsx +++ b/app/javascript/StorefrontApp/features/product/Item.tsx @@ -40,7 +40,7 @@ const Item = ({ item, disabled = false, handleItemClick }: ItemProps) => { }} component="img" image={item.image} - alt={`Product ${item.image}`} + alt={`${item.name} product image`} />