From a60af5f7e7ce04ae4476279a7e3420d16ef20823 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Tue, 11 Jul 2023 15:46:20 -0500 Subject: [PATCH] rebase --- app/layout.tsx | 2 +- components/carousel.tsx | 2 +- components/grid/tile.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 74bbc1866..95e62e5bc 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -33,7 +33,7 @@ const inter = Inter({ export default async function RootLayout({ children }: { children: ReactNode }) { return ( - +
{children}
diff --git a/components/carousel.tsx b/components/carousel.tsx index 3b47e7134..72bb4d47d 100644 --- a/components/carousel.tsx +++ b/components/carousel.tsx @@ -11,7 +11,7 @@ export async function Carousel() { return (
-
+
{[...products, ...products].map((product, i) => ( {active !== undefined && active ? ( - + ) : null} {props.src ? (