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 (