From d16a3c342f1eea4faad11e861694feb2f4b581c4 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 17 Jun 2026 14:17:34 +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 4c5c8fb..6d71aec 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -89,6 +89,10 @@ export default function Layout() { }, ]} copyright="© 2024 Shawarma Alassima. All rights reserved." + links={[ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } + ]} />