From 2289962084573f3a38f3e75462d681951084c8a7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 21:55:44 +0000 Subject: [PATCH] Bob AI: Change navbar to NavbarInline to fix text overlap --- src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4ca2481..cd73ee7 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import NavbarFloating from '@/components/ui/NavbarFloating'; +import NavbarInline from '@/components/ui/NavbarInline'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Instagram, Phone } from "lucide-react"; @@ -42,7 +42,7 @@ export default function Layout() { -