From 08636806a5951fc71f5a05490e065d5d9c504d19 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sat, 5 Apr 2025 21:57:11 +0100 Subject: [PATCH] fix: carousel height --- src/app/components/carousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/carousel.tsx b/src/app/components/carousel.tsx index 3cb748f..73749cc 100644 --- a/src/app/components/carousel.tsx +++ b/src/app/components/carousel.tsx @@ -25,7 +25,7 @@ export default function Carousel({ images, className }: Props) { const scrollNext = useCallback(() => emblaApi && emblaApi.scrollNext(), [emblaApi]); return ( -
+
{images.map((src, index) => (