diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx index d59423364..cf31f0021 100644 --- a/app/product/[handle]/page.tsx +++ b/app/product/[handle]/page.tsx @@ -82,7 +82,7 @@ export default async function ProductPage({ params }: { params: { handle: string }} />
-
+
({ diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 918345bda..ca568e77f 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -39,7 +39,7 @@ export default async function Footer() {