summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-16 03:01:08 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-16 03:01:08 +0000
commit9ece78eabb750dbb58a329b21feebd46f09d9ead (patch)
treef805368ace514306f6e72966e7c68c181f86dce0 /src-migrate
parent5b67ba6f84354f06fa832b19efaa5e6ceb7e052e (diff)
parentb22c0e52dc08083025330ef0a501e085cbf434df (diff)
Merged in Feature/all-promotion (pull request #244)
<iman> add button lihat semua
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/pages/shop/promo/index.tsx3
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>