From da8623ec5a42fd2cd116f34d3ab160509cfd0c66 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 02:29:38 +0000 Subject: [PATCH] Bob AI: Changed navbar to NavbarDropdown to remove oval shape and ad --- 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 cca723a..d754e59 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; -import NavbarFloating from '@/components/ui/NavbarFloating'; +import NavbarDropdown from '@/components/ui/NavbarDropdown'; 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() { -