summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components/PromoList.tsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-09 14:01:34 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-09 14:01:34 +0700
commit0b66e23353e002c9a9a74b1ef8f2ca152b6f6741 (patch)
tree8ad6e9851e1074fbdae1f4ff325ad8bb6e42622f /src-migrate/modules/promo/components/PromoList.tsx
parente3ac82b208312c52835ecd73e03beecd9137b55e (diff)
<iman> update all promo
Diffstat (limited to 'src-migrate/modules/promo/components/PromoList.tsx')
-rw-r--r--src-migrate/modules/promo/components/PromoList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/promo/components/PromoList.tsx b/src-migrate/modules/promo/components/PromoList.tsx
index 42725034..be74fc93 100644
--- a/src-migrate/modules/promo/components/PromoList.tsx
+++ b/src-migrate/modules/promo/components/PromoList.tsx
@@ -32,7 +32,7 @@ const PromoList: React.FC<PromoListProps> = ({ selectedPromo }) => {
const swiperBanner = {
modules: [Navigation],
- className: 'h-[400px] w-full',
+ className: 'h-full w-full',
slidesPerView: isMobile ? 1.1 : 3.25,
spaceBetween: 10,
navigation:isMobile? true : false,