From e747549bb55d446338a03ed0d895bf32dcdf6292 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 01:33:40 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index e12966d..cc8fa6b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,7 +43,6 @@ function ShopPageContent() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => console.log("cart") }} />
@@ -110,7 +109,6 @@ function ShopPageContent() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => console.log("cart") }} />