From 512f6a5329be8a5f4cfafc014d9bbb8c3189714d Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 30 Nov 2025 17:15:04 +0100 Subject: [PATCH] do not show image carousel arrows if only one image is present --- src/app/website/features/ImageCarousel.svelte | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/app/website/features/ImageCarousel.svelte b/src/app/website/features/ImageCarousel.svelte index 32cf14b..badcd2c 100644 --- a/src/app/website/features/ImageCarousel.svelte +++ b/src/app/website/features/ImageCarousel.svelte @@ -71,20 +71,22 @@ > {/each} -
- -
-
- -
+ {#if images.length > 1} +
+ +
+
+ +
+ {/if} {/if}