diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-16 09:58:02 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-16 09:58:02 +0000 |
| commit | 4d7c1a759b60fbe79bd0ae37f6133accf47e2ca0 (patch) | |
| tree | 0f124f84e6c3854dbdeb9833d62a83a39b4dfbbc /src-migrate | |
| parent | 1d2e70e1c348e8e0c437cedc548bd7a07d95e16f (diff) | |
| parent | 0f62655a7fa63a27f3af418108f44e3bc4bab980 (diff) | |
Merged in Feature/iman-unchek-cart (pull request #168)
<iman> update location select all
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/pages/shop/cart/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/pages/shop/cart/index.tsx b/src-migrate/pages/shop/cart/index.tsx index 1f89c7a3..2ecf1c03 100644 --- a/src-migrate/pages/shop/cart/index.tsx +++ b/src-migrate/pages/shop/cart/index.tsx @@ -80,6 +80,7 @@ const CartPage = () => { return ( <> <div className={style['title']}>Keranjang Belanja</div> + <div className='h-2' /> <div className='flex items-center object-center mt-2'> <Checkbox borderColor='gray.600' @@ -91,7 +92,6 @@ const CartPage = () => { {buttonSelectNow? "Select all" : "Unchek all" } </p> </div> - <div className='h-6' /> <div className={style['content']}> <div className={style['item-wrapper']}> |
