From c6e5caa4e0947d0325d2385313f347302ea2f78d Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 17 Mar 2026 19:21:45 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20des=20fl=C3=A8ches=20prev/next=20?= =?UTF-8?q?du=20slideshow=20photo=20(navigation=20par=20swipe,=20clavier?= =?UTF-8?q?=20et=20indicateurs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/photo/PhotoGallery.astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/photo/PhotoGallery.astro b/src/components/photo/PhotoGallery.astro index b49305a..9f7313a 100644 --- a/src/components/photo/PhotoGallery.astro +++ b/src/components/photo/PhotoGallery.astro @@ -1,7 +1,6 @@ --- import CategoryNav from './CategoryNav.astro'; import Slideshow from './Slideshow.astro'; -import SlideControls from './SlideControls.astro'; import favorites from '../../data/favorites.json'; import type { Locale } from '../../utils/i18n'; @@ -54,7 +53,6 @@ const imagesForJS = JSON.stringify(images.map(img => ({