Skip to content

Commit

Permalink
fixing suspicious alt text?
Browse files Browse the repository at this point in the history
  • Loading branch information
awang1245 committed Apr 2, 2024
1 parent 7d072a7 commit 730d1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function ItemCard({ item, index, setHeaderColor, addToCart }: ItemCardProps) {
<img
className="item-img"
src={item.path}
alt={`image of the ${item.name} coffee packaging`}
alt={`image of coffee packaging`}
/>
<div className="card-info">
<div className="info-row">
Expand Down

0 comments on commit 730d1eb

Please sign in to comment.