From 587a1519bc56a4df60111cedcf47b9abcd7b8e68 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 20 May 2026 21:11:30 +0000 Subject: [PATCH] Swapped NavbarDropdown with NavbarFloating for a thinner navbar --- 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 7420bc6..c4ff4f9 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import NavbarDropdown from '@/components/ui/NavbarDropdown'; +import NavbarFloating from '@/components/ui/NavbarFloating'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom'; @@ -41,7 +41,7 @@ export default function Layout() { -