From 5532a06647944ec3ae28dd1c144ccc8a7c0578e1 Mon Sep 17 00:00:00 2001 From: Amir Date: Mon, 16 Sep 2024 20:40:17 +0200 Subject: [PATCH] Chenged carousel timer to 2sec --- 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