mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 18:51:23 +00:00
changes
This commit is contained in:
@@ -56,10 +56,10 @@ const CartItem = ({
|
|||||||
console.log(item)
|
console.log(item)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<li className="flex flex-row space-x-8 py-6 relative">
|
<li className="flex flex-row space-x-8 py-6">
|
||||||
<div className="h-12 w-12 bg-violet">
|
<div className="w-12 h-12 bg-violet relative overflow-hidden">
|
||||||
<img
|
<img
|
||||||
className="h-24 w-24 absolute -ml-4 left-0 top-4"
|
className="w-full absolute top-3 left-0 -ml-3 transform scale-150"
|
||||||
src={item.image_url}
|
src={item.image_url}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user