From c534ca97ad6b8c18fa0117ccbb16b0f5e4f9ac73 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:15:04 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3bbaf8b..0b2a7fa 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -297,7 +297,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Contact", href: "mailto:info@pawsitivehaven.org" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" } - ] + } } ]} />