summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components/FlashSale.tsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-08 14:31:45 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-08 14:31:45 +0700
commit367bf6f382392774680abcf4a5ca4b4d03915650 (patch)
tree46589797fcab3c91afdbc57e824fadf186a5a044 /src-migrate/modules/promo/components/FlashSale.tsx
parent595c5cd7b371c61874db47ae42819acca5fc5d16 (diff)
<iman> update mobile view
Diffstat (limited to 'src-migrate/modules/promo/components/FlashSale.tsx')
-rw-r--r--src-migrate/modules/promo/components/FlashSale.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/promo/components/FlashSale.tsx b/src-migrate/modules/promo/components/FlashSale.tsx
index dac0365c..16cb7647 100644
--- a/src-migrate/modules/promo/components/FlashSale.tsx
+++ b/src-migrate/modules/promo/components/FlashSale.tsx
@@ -12,7 +12,7 @@ const FlashSale = dynamic(
const FlashSalePromo = ()=> {
return(
<>
- <h1 className='text-h-sm md:text-h-lg font-semibold py-4'>Bayar Setengahnya!</h1>
+ <h1 className='text-h-sm md:text-h-lg font-semibold'>Bayar Setengahnya!</h1>
<FlashSale/>
</>
)