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