diff --git a/static/js/main.js b/static/js/main.js index c06a5a8..72092e1 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -6,7 +6,7 @@ function mod(n, m) { (function () { let carrousel = 0; - const CARROUSEL_LENGTH = 3; + const CARROUSEL_LENGTH = 2; function handleLeft() { carrousel = mod(carrousel - 1, CARROUSEL_LENGTH);