diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 16:49:26 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 16:49:26 +0700 |
| commit | ec726a8d106992b4e4a9fd79863b64ea2112a218 (patch) | |
| tree | 933c6dddafd38feae945ac552e1dcc31c9d764a8 /src-migrate/modules/promo/components | |
| parent | e32af31e19d38bf5f94dc229bae012c5c5aea720 (diff) | |
<iman> update voucher
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 729d957e..e5877e51 100644 --- a/src-migrate/modules/promo/components/Voucher.tsx +++ b/src-migrate/modules/promo/components/Voucher.tsx @@ -52,8 +52,8 @@ const VoucherComponent = () => { }, loop: false, className: 'h-[160px] w-full', - slidesPerView: isMobile ? 1.2 : 3, - spaceBetween: 16, + slidesPerView: isMobile ? 1.2 : 3.2, + spaceBetween: 2, }; const dataVouchers = useMemo(() => voucherQuery.data || [], [voucherQuery.data]); |
