From 4e5d509e99c30b04cbd81bce9090ebe5581e521c Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Thu, 26 Mar 2026 14:02:46 +0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20change=20swipe?= =?UTF-8?q?r=20key=20from=20banner=20id=20to=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/home/sections/Hero/components/Swiper.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/home/sections/Hero/components/Swiper.tsx b/features/home/sections/Hero/components/Swiper.tsx index 60f11c2..f722fbb 100644 --- a/features/home/sections/Hero/components/Swiper.tsx +++ b/features/home/sections/Hero/components/Swiper.tsx @@ -34,8 +34,8 @@ const HeroSwiper = (props: HeroSwiperProps) => { autoplay={{ delay: 5000, disableOnInteraction: false }} modules={[Autoplay, Pagination, Navigation]} > - {props.data.map((slide) => ( - + {props.data.map((slide, index) => ( +