summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-07-31 07:32:29 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-07-31 07:32:29 +0000
commitb0ceff1f304d42986192b68b8309760b49632ea8 (patch)
tree1b9bb6f2deb5f3269685bdda86a1bd6bd121e348
parent803cbb4e816009497357af5252a4dc9f414f1565 (diff)
parent8a03b5a325692fd39c193f2a12b1a9aa4af1553e (diff)
Merged in Feature/iman-cart-popup (pull request #191)
<iman> update cart pop up
-rw-r--r--src/lib/cart/components/Cartheader.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx
index c8aa7cc3..7d43a4da 100644
--- a/src/lib/cart/components/Cartheader.jsx
+++ b/src/lib/cart/components/Cartheader.jsx
@@ -290,7 +290,7 @@ const Cardheader = (cartCount) => {
</div>
</div>
</div>
- <div className="flex flex-col">
+ <div className="flex flex-col w-3/4">
{product.products?.map((product) =>
<div key={product.id} className='md:ml-8 ml-4 mt-2 flex'>
<Link href={createSlug('/shop/product/', product.parent.name, product.parent.id.toString())} className='md:h-12 md:w-12 md:min-w-[48px] h-10 w-10 min-w-[40px] border border-gray-300 rounded '>