diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-16 10:00:38 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-16 10:00:38 +0700 |
| commit | b22c0e52dc08083025330ef0a501e085cbf434df (patch) | |
| tree | 079601d5a1abe26e5da4a80ea926e5d687a188f5 /src-migrate/pages | |
| parent | 8f310309ea811d7524f90ffc43db29c1dd291c1a (diff) | |
<iman> add button lihat semua
Diffstat (limited to 'src-migrate/pages')
| -rw-r--r-- | src-migrate/pages/shop/promo/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src-migrate/pages/shop/promo/index.tsx b/src-migrate/pages/shop/promo/index.tsx index 7bb5546d..2ebfc008 100644 --- a/src-migrate/pages/shop/promo/index.tsx +++ b/src-migrate/pages/shop/promo/index.tsx @@ -24,11 +24,10 @@ const PromoPage = () => { /> <PromoList selectedPromo={selectedPromo} /> </LazyLoadComponent> - + <h1 className='sm:h-1'></h1> <LazyLoadComponent> <FlashSale /> </LazyLoadComponent> - <h1 className='h-1'></h1> <LazyLoadComponent> <FlashSaleNonDisplay /> </LazyLoadComponent> |
