Chenged carousel timer to 2sec

This commit is contained in:
2024-09-16 20:40:17 +02:00
parent d1fe5bb187
commit 5532a06647

View File

@@ -8,4 +8,4 @@ function moveCarousel() {
carouselList.appendChild(firstItem);
}
setInterval(moveCarousel, 3000);
setInterval(moveCarousel, 2000);