From 187834578a3ca7c549ab6c53ef3af833ebae8da6 Mon Sep 17 00:00:00 2001 From: Amir Date: Thu, 19 Sep 2024 20:28:02 +0200 Subject: [PATCH] quick fixex --- static/js/carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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