From 4d32e212afa2646cccd27477e8cc3dc667c8905e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 22 May 2026 20:21:14 +0000 Subject: [PATCH] Replaced NavbarDropdown with NavbarFloating to display nav items directly. --- 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 765ec82..a4bbd8c 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 { Facebook, Instagram, Twitter } from "lucide-react"; @@ -42,7 +42,7 @@ export default function Layout() { -