From 5516124f890f2bed386450c98ae1491b793a8d05 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Tue, 11 Jul 2023 15:43:13 -0500 Subject: [PATCH] rebase --- components/carousel.tsx | 6 +++--- components/product/gallery.tsx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/carousel.tsx b/components/carousel.tsx index fe1c244d9..3b47e7134 100644 --- a/components/carousel.tsx +++ b/components/carousel.tsx @@ -10,8 +10,8 @@ export async function Carousel() { if (!products?.length) return null; return ( -
-
+
+
{[...products, ...products].map((product, i) => ( {images[currentImage] && ( {images[currentImage]?.altText 1 ? (
-
+
-
+
@@ -72,7 +72,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[]