From 3595f0a2133fdc8d431ea4496b54b29e43c4805d Mon Sep 17 00:00:00 2001 From: Troy Date: Sat, 15 Feb 2025 23:15:54 +0000 Subject: [PATCH] fix: increase height of image slideshow --- src/components/Slideshow.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Slideshow.astro b/src/components/Slideshow.astro index 39a7ad8..46c2ee7 100644 --- a/src/components/Slideshow.astro +++ b/src/components/Slideshow.astro @@ -10,7 +10,7 @@ const { interval = 3000, images } = Astro.props; ---
{