From 4c438db725fdcc064a106807d0560e44dda17d0b Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Fri, 24 Oct 2025 23:58:43 -1000 Subject: [PATCH] Fix issues with gallery thumbnails --- src/components/Hack/Gallery.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Hack/Gallery.tsx b/src/components/Hack/Gallery.tsx index fbf86ee..09179bf 100644 --- a/src/components/Hack/Gallery.tsx +++ b/src/components/Hack/Gallery.tsx @@ -3,7 +3,6 @@ import PixelImage from "../PixelImage"; import React from "react"; import useEmblaCarousel from "embla-carousel-react"; -import Image from "next/image"; export default function Gallery({ images, title }: { images: string[]; title: string }) { const [emblaRef, emblaApi] = useEmblaCarousel({ loop: true }); @@ -59,7 +58,7 @@ export default function Gallery({ images, title }: { images: string[]; title: st }`} aria-label={`Show image ${i + 1}`} > - {`${title} + {`${title} ))}