Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit cd487ee

Browse files
authored
Merge pull request #3627 from pavel-latyshou-binary/pavel-mtd-carousel
Pavel/fix: autoplay carousel
2 parents 27ae73d + d4b670f commit cd487ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/indexPage/react-components/bot-landing/Carousel.jsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,9 @@ const Carousel = () => {
5151
slidesToScroll: 1,
5252
arrows: false,
5353
variableWidth: true,
54-
5554
// initialSlide: 1,
56-
// autoplay: true,
57-
// autoplaySpeed: 5000,
58-
// nextArrow: <span className='arrow'><img src='./image/icon.svg' /></span>,
59-
// prevArrow: <span className='arrow right'><img src='./image/icon.svg' /></span>,
55+
autoplay: true,
56+
autoplaySpeed: 1500,
6057
responsive: [
6158
{
6259
breakpoint: 1024,

0 commit comments

Comments
 (0)