diff options
Diffstat (limited to 'src-migrate/modules/promo/components')
| -rw-r--r-- | src-migrate/modules/promo/components/Voucher.tsx | 4 |
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']} /> |
