diff --git a/components/product/gallery.tsx b/components/product/gallery.tsx index 9b87d35d6..b0730a9d8 100644 --- a/components/product/gallery.tsx +++ b/components/product/gallery.tsx @@ -57,7 +57,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[] {images.length > 1 ? ( -
+
{images.map((image, index) => { const isActive = index === currentImage; return (