From d3072c440c7e440fa3b38efabf695f3e3d3ef4d7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 16:53:08 +0000 Subject: [PATCH] Bob AI: Update navbar to use NavbarFloatingLogo with the provided lo --- src/components/Layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4ccf263..f0a4bcc 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 NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Github, Linkedin, Twitter } from "lucide-react"; @@ -42,8 +42,9 @@ export default function Layout() { -