diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-16 16:56:58 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-16 16:56:58 +0700 |
| commit | 0f62655a7fa63a27f3af418108f44e3bc4bab980 (patch) | |
| tree | 677d8b53d463f5a9147dc41daa1e9d71e41924e2 /src-migrate/pages | |
| parent | 4ee24671bc23979d7ac18a5390082c0007928540 (diff) | |
<iman> update location select all
Diffstat (limited to 'src-migrate/pages')
| -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']}> |
