Skip to content

Commit

Permalink
Fix alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Jun 2, 2024
1 parent 73c9a83 commit 07937f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/StorefrontApp/features/product/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`}
/>
<CardContent>
<Typography gutterBottom variant="h5" component="div">
Expand Down

0 comments on commit 07937f3

Please sign in to comment.