From 43fa14507989ed855d0fbb468a850883493ca760 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 02:24:15 +0000 Subject: [PATCH] Bob AI: Changed navbar to NavbarInline to display menu items horizon --- 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 1ff78ef..a2b373f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -2,14 +2,14 @@ import { Outlet } from 'react-router-dom'; import { StyleProvider } from '@/components/ui/StyleProvider'; import SiteBackgroundSlot from '@/components/ui/SiteBackgroundSlot'; -import NavbarFloating from "@/components/ui/NavbarFloating"; +import NavbarInline from "@/components/ui/NavbarInline"; import FooterMinimal from "@/components/sections/footer/FooterMinimal"; export default function Layout() { return ( -