From 97d5ccc5e6c30b186329d0981138462f44037532 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 01:55:32 +0000 Subject: [PATCH] Bob AI: Swapped NavbarFloatingLogo for NavbarFloating to show inline --- src/components/Layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ef39126..1ff78ef 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -2,16 +2,15 @@ import { Outlet } from 'react-router-dom'; import { StyleProvider } from '@/components/ui/StyleProvider'; import SiteBackgroundSlot from '@/components/ui/SiteBackgroundSlot'; -import NavbarFloatingLogo from "@/components/ui/NavbarFloatingLogo"; +import NavbarFloating from "@/components/ui/NavbarFloating"; import FooterMinimal from "@/components/sections/footer/FooterMinimal"; export default function Layout() { return ( -