diff --git a/static/js/carousel.js b/static/js/carousel.js index 663241c1..e96df324 100644 --- a/static/js/carousel.js +++ b/static/js/carousel.js @@ -8,4 +8,4 @@ function moveCarousel() { carouselList.appendChild(firstItem); } -setInterval(moveCarousel, 3000); \ No newline at end of file +setInterval(moveCarousel, 2000); \ No newline at end of file