diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 10:14:46 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 10:14:46 +0700 |
| commit | 795e774bfcf19e474ec4f4158856da0d1629bc3d (patch) | |
| tree | 8c4bad4533fe32e9e07ab5acb18e62b9cfc37745 /src-migrate/pages | |
| parent | df4ac3b68e8f0394a2efd42afc0c8c9fea861b2d (diff) | |
<iman> update all promotion
Diffstat (limited to 'src-migrate/pages')
| -rw-r--r-- | src-migrate/pages/shop/promo/index.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src-migrate/pages/shop/promo/index.tsx b/src-migrate/pages/shop/promo/index.tsx index 7c4df2c1..febe31a4 100644 --- a/src-migrate/pages/shop/promo/index.tsx +++ b/src-migrate/pages/shop/promo/index.tsx @@ -16,8 +16,6 @@ const PromoPage = () => { <LazyLoadComponent> <Hero /> </LazyLoadComponent> - - <LazyLoadComponent> <PromotionProgram selectedPromo={selectedPromo} @@ -29,7 +27,7 @@ const PromoPage = () => { <LazyLoadComponent> <FlashSale /> </LazyLoadComponent> - <h1 className='h-4'></h1> + <h1 className='h-1'></h1> <LazyLoadComponent> <Voucher /> </LazyLoadComponent> |
