diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-20 11:54:11 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-20 11:54:11 +0700 |
| commit | fd96f81bdf1ad6bfe8c7a60571eb9ea70f432ff8 (patch) | |
| tree | e06ed723e6ebac9d77d8d0695acfe91da355791e /src/pages | |
| parent | ced37d32aa345fc288483716771422e7b7c0913a (diff) | |
<iman> update filter promotion-program
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/shop/promo/[slug].tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/shop/promo/[slug].tsx b/src/pages/shop/promo/[slug].tsx index 7fea10ff..dbf8d908 100644 --- a/src/pages/shop/promo/[slug].tsx +++ b/src/pages/shop/promo/[slug].tsx @@ -372,7 +372,7 @@ export default function PromoDetail() { <div className='container mx-auto flex mb-3 flex-col'> <div className='w-full pl-6'> <h1 className='text-2xl mb-2 font-semibold'>Promo {whatPromo}</h1> - <div className=' w-full'> + <div className=' w-full h-full flex flex-col '> <ProductFilterDesktop brands={brands || []} categories={categories || []} @@ -457,7 +457,7 @@ const FilterChoicesComponent = ({ priceTo, handleDeleteFilter, }) => ( - <div className='flex items-center'> + <div className='flex items-center mb-4'> <HStack spacing={2} className='flex-wrap'> {brandValues?.map((value, index) => ( <Tag |
