diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-24 03:15:26 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-24 03:15:26 +0000 |
| commit | 92ac8131789423bafea1f0e642f8dd81e37291cf (patch) | |
| tree | 5190c90816f07187d398647215b9717b75e1b0fb | |
| parent | a264e12c5af60e82f6e496209b6ac81d4a994a10 (diff) | |
| parent | 795e774bfcf19e474ec4f4158856da0d1629bc3d (diff) | |
Merged in Feature/all-promotion (pull request #175)
<iman> update all promotion
| -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> |
