From c2e63ac51bb185b3ce9adf7a670f803dfd3a440d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 08:26:58 +0000 Subject: [PATCH] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d502de2..fcc6e82 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -108,6 +108,10 @@ export default function Layout() { ], }, ]} + links={[ + { label: "Privacy", href: "/privacy" }, + { label: "Terms", href: "/terms" } + ]} copyright="© 2024 TruthBite AI. All rights reserved." />