Skip to content

Commit ee0e7e9

Browse files
committed
Fix cart image width
1 parent 8dc7a5c commit ee0e7e9

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-
className="w-full"
29+
className="w-[70px]"
3030
src={item.image.sourceUrl}
3131
srcSet={item.image.srcSet}
3232
alt={item.image.title}

0 commit comments

Comments
 (0)