diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-31 16:39:25 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-31 16:39:25 +0700 |
| commit | 0de043b180c1529b2d57d900523eece703e543a2 (patch) | |
| tree | 47990d05913b5517c7fd9e59e22bfe92b8714018 /src/lib/cart/components | |
| parent | 8c97d9f88c52e625f32d64c94718b5808e9c4dca (diff) | |
cart, product
Diffstat (limited to 'src/lib/cart/components')
| -rw-r--r-- | src/lib/cart/components/Cart.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cart/components/Cart.jsx b/src/lib/cart/components/Cart.jsx index 8400857d..1131fed7 100644 --- a/src/lib/cart/components/Cart.jsx +++ b/src/lib/cart/components/Cart.jsx @@ -288,7 +288,7 @@ const Cart = () => { <DesktopView> <div className='container mx-auto py-10 flex'> - <div className='w-9/12 border border-gray_r-6 rounded bg-white p-4'> + <div className='w-9/12 border border-gray_r-6 rounded bg-white p-4 pt-6'> <h1 className='text-title-sm font-semibold mb-6'>Daftar Produk Belanja</h1> <table className='table-cart'> |
