diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-20 11:29:09 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-20 11:29:09 +0700 |
| commit | 0389c3958ae20ad3cb6f59692260bd4a6e88d091 (patch) | |
| tree | 553d1fc88e883f1da028ba45d295f291a32c5330 /src-migrate/modules/promo/components | |
| parent | 7214a439008169dcf20c73fa40dabf4fc58ebba3 (diff) | |
<miqdad> try fix voucher section
Diffstat (limited to 'src-migrate/modules/promo/components')
| -rw-r--r-- | src-migrate/modules/promo/components/Voucher.tsx | 6 |
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']} /> |
