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) => (