From c266f1ed83a34395641c12b877fb64b01e76a0d8 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Mon, 10 Jul 2023 17:08:20 -0500 Subject: [PATCH] prettier --- app/layout.tsx | 2 +- components/carousel.tsx | 12 ++++++------ components/grid/tile.tsx | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 95e62e5bc..74bbc1866 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 b6b7a1271..ee2f99edd 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) => ( ) : null} -
-

+
+

{product.title}

diff --git a/components/grid/tile.tsx b/components/grid/tile.tsx index d8b5589fd..12f696fbe 100644 --- a/components/grid/tile.tsx +++ b/components/grid/tile.tsx @@ -30,7 +30,7 @@ export function GridTileImage({ )} > {active !== undefined && active ? ( - + ) : null} {props.src ? (