diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-31 14:31:34 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-31 14:31:34 +0700 |
| commit | 8a03b5a325692fd39c193f2a12b1a9aa4af1553e (patch) | |
| tree | f3af7e8d7d444b0e5f9ff52b3116d2dfbc6c60a8 | |
| parent | 6e5766739b0684919c8630580403ed279cc3a71e (diff) | |
<iman> update cart pop up
| -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 '> |
