Skip to content

Commit b08b91d

Browse files
slider autoplay quickfix
1 parent 83a68c5 commit b08b91d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/Slider.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ export default function Slider(props: sliderProps) {
7575
<Swiper
7676
spaceBetween={25}
7777
slidesPerView={3}
78-
// autoplay={{
79-
// delay: 2000,
80-
// disableOnInteraction: false,
81-
// }}
78+
autoplay={{
79+
delay: 2000,
80+
disableOnInteraction: false,
81+
}}
8282
modules={[Autoplay]}
8383
>
8484
{Sponsordata.map((sponsor, index) => {

0 commit comments

Comments
 (0)