From 5da9b4785b63604a20c6c9c59d38e27b10e0b3d9 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Tue, 11 Jul 2023 15:41:37 -0500 Subject: [PATCH] rebase --- components/carousel.tsx | 6 +++--- components/grid/tile.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/carousel.tsx b/components/carousel.tsx index 2a8d2526f..72bb4d47d 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) => ( {active !== undefined && active ? ( - + ) : null} {props.src ? (