From 39d9941b5852f7159aa1e107275045fa56882632 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 14:32:26 +0000 Subject: [PATCH] Bob AI: i want a simpler navbar --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1bf23c3..343c9da 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterBrand from '@/components/sections/footer/FooterBrand'; -import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; +import NavbarMinimal from '@/components/ui/NavbarMinimal'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom';