From 3f7414eda9e112939a4b5c3453ea218d95945c2e Mon Sep 17 00:00:00 2001 From: StephDietz Date: Wed, 12 Jul 2023 10:41:51 -0500 Subject: [PATCH] rebase continue --- components/carousel.tsx | 6 +++--- components/product/gallery.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/carousel.tsx b/components/carousel.tsx index 72bb4d47d..2a8d2526f 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 ? (
-
+
-
+