From 9dab41e048cffcf828141125cb49e4ad8d4e5938 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Wed, 26 Jun 2024 16:45:00 +0200
Subject: [PATCH] chore: fix carousel type

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index c1640b9..1c77189 100644
--- a/public/index.html
+++ b/public/index.html
@@ -651,7 +651,7 @@
     // Carousel based on splide => https://splidejs.com/
     document.addEventListener('DOMContentLoaded', function () {
       var splide = new Splide('.splide', {
-        type: 'scroll',
+        type: 'loop',
         perPage: 'auto',
         focus: 'first',
         gap: '40px',
-- 
GitLab