summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-10-20 11:29:09 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-10-20 11:29:09 +0700
commit0389c3958ae20ad3cb6f59692260bd4a6e88d091 (patch)
tree553d1fc88e883f1da028ba45d295f291a32c5330 /src-migrate/modules/promo/components
parent7214a439008169dcf20c73fa40dabf4fc58ebba3 (diff)
<miqdad> try fix voucher section
Diffstat (limited to 'src-migrate/modules/promo/components')
-rw-r--r--src-migrate/modules/promo/components/Voucher.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-migrate/modules/promo/components/Voucher.tsx b/src-migrate/modules/promo/components/Voucher.tsx
index 0c225c74..ad1a8797 100644
--- a/src-migrate/modules/promo/components/Voucher.tsx
+++ b/src-migrate/modules/promo/components/Voucher.tsx
@@ -123,7 +123,7 @@ const VoucherComponent = () => {
<>
<h1 className={style['title']}>Pakai Voucher Belanja</h1>
- <div className='h-6' />
+ {/* <div className='h-6' /> */}
{voucherQuery?.isLoading && (
<div className='grid grid-cols-3 gap-x-4 animate-pulse'>
@@ -144,8 +144,8 @@ const VoucherComponent = () => {
<Image
src={voucher?.image}
alt={voucher?.name}
- width={128}
- height={128}
+ width={87}
+ height={87}
className={style['voucher-image']}
/>