diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-31 07:32:29 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-31 07:32:29 +0000 |
| commit | b0ceff1f304d42986192b68b8309760b49632ea8 (patch) | |
| tree | 1b9bb6f2deb5f3269685bdda86a1bd6bd121e348 /src/lib | |
| parent | 803cbb4e816009497357af5252a4dc9f414f1565 (diff) | |
| parent | 8a03b5a325692fd39c193f2a12b1a9aa4af1553e (diff) | |
Merged in Feature/iman-cart-popup (pull request #191)
<iman> update cart pop up
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cart/components/Cartheader.jsx | 2 |
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 '> |
