Skip to content

Commit dd1d48a

Browse files
committed
Fix image display
1 parent f3b1986 commit dd1d48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/CartPage/CartItem.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const CartItem = ({
2626
</td>
2727
<td className="px-4 py-2 border">
2828
<img
29-
width="64"
29+
className="w-full"
3030
src={item.image.sourceUrl}
3131
srcSet={item.image.srcSet}
3232
alt={item.image.title}

0 commit comments

Comments
 (0)