summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-10-20 11:52:12 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-10-20 11:52:12 +0700
commitb855af02323facbf70873307b33b8019ab9effdf (patch)
treef036f89df497bc6ad85a13b7ff7d6533d4c2534a /src-migrate/modules/promo/components
parent0389c3958ae20ad3cb6f59692260bd4a6e88d091 (diff)
<MIqdad> fix voucher mobile
Diffstat (limited to 'src-migrate/modules/promo/components')
-rw-r--r--src-migrate/modules/promo/components/Voucher.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/promo/components/Voucher.tsx b/src-migrate/modules/promo/components/Voucher.tsx
index ad1a8797..c2c65766 100644
--- a/src-migrate/modules/promo/components/Voucher.tsx
+++ b/src-migrate/modules/promo/components/Voucher.tsx
@@ -144,8 +144,8 @@ const VoucherComponent = () => {
<Image
src={voucher?.image}
alt={voucher?.name}
- width={87}
- height={87}
+ width={128}
+ height={128}
className={style['voucher-image']}
/>