summaryrefslogtreecommitdiff
path: root/src-migrate/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/pages')
-rw-r--r--src-migrate/pages/shop/promo/index.tsx4
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>