From c828cc5e72b6f304fd7906616d0d7455bd548cb6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 12:51:00 +0000 Subject: [PATCH 1/3] Bob AI: Replaced footer text with logo image --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 8ed1ac1..4318dd5 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -37,7 +37,7 @@ export default function Layout() { } columns={[ { title: "Menu", items: [ -- 2.49.1 From 302d949f5ccf236a07f2e0771948034cd6d37098 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 12:51:49 +0000 Subject: [PATCH 2/3] Bob AI: fix build errors (attempt 1) --- src/components/Layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4318dd5..05d1858 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -37,7 +37,8 @@ export default function Layout() { } + brand="" + logo="https://storage.googleapis.com/webild/users/user_3FrMethFYMocawsrxMGgPOOqDSP/uploaded-1782910223948-gowkbiez.png" columns={[ { title: "Menu", items: [ -- 2.49.1 From 68ddee4ac0b4056ddf7805a27381df0ce6ede781 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 12:52:54 +0000 Subject: [PATCH 3/3] Bob AI: fix build errors (attempt 2) --- src/components/Layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 05d1858..441e6eb 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -37,8 +37,7 @@ export default function Layout() { as unknown as string} columns={[ { title: "Menu", items: [ -- 2.49.1