We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c2f53c + fb482d3 commit 35d6507Copy full SHA for 35d6507
src/components/Cart/CartContents.component.tsx
@@ -94,7 +94,7 @@ const CartContents = () => {
94
key={item.key}
95
className="flex items-center border-b border-gray-200 py-4"
96
>
97
- <div className="flex-shrink-0 w-24 h-24 relative">
+ <div className="flex-shrink-0 w-24 h-24 relative hidden md:block">
98
<Image
99
src={
100
item.product.node.image?.sourceUrl || '/placeholder.png'
0 commit comments