From aeaab7f5dd3db21bd6db964065a2302e291c54de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 01:36:38 +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") }} />