From 8aeeddee36d0e3748d781ce5b98c4e0fed124dcf Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 18:15:31 +0200 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 359d031..557336f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,6 +38,7 @@ function ShopPageContent() { {"name":"Shop","id":"/shop"} ]} brandName="Cozy Brews" + button={{ text: "Cart", href: "/cart" }} />
@@ -69,6 +70,7 @@ function ShopPageContent() { {"name":"Shop","id":"/shop"} ]} brandName="Cozy Brews" + button={{ text: "Cart", href: "/cart" }} />