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

This commit is contained in:
kudinDmitriyUp
2026-06-03 13:38:00 +00:00
parent c19a7b2030
commit a6a7c5ebd5

View File

@@ -51,7 +51,8 @@ export default function Layout() {
href: "#contact",
}}
logo="The Grand Hotel"
navItems={navItems} />
logoImageSrc="/placeholder-logo.png"
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
<Outlet />