Bob AI: fix build error in src/components/Layout.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-19 08:26:58 +00:00
parent 7937999246
commit c2e63ac51b

View File

@@ -108,6 +108,10 @@ export default function Layout() {
],
},
]}
links={[
{ label: "Privacy", href: "/privacy" },
{ label: "Terms", href: "/terms" }
]}
copyright="© 2024 TruthBite AI. All rights reserved."
/>
</SectionErrorBoundary>