From 442ff5394a96e5b942701cd14c78f6d9c1160a53 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Mon, 24 Jul 2023 21:26:29 -0500 Subject: [PATCH] Fixes first related product larger than the others --- app/product/[handle]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx index 828973071a..63b205c924 100644 --- a/app/product/[handle]/page.tsx +++ b/app/product/[handle]/page.tsx @@ -114,13 +114,13 @@ async function RelatedProducts({ id }: { id: string }) { return (
-
Related Products
+

Related Products

{relatedProducts.map((product, i) => { return (