From e904aaa216bdc6892b8c5d080ac9756cf7e5c43a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 17:06:56 +0000 Subject: [PATCH] Switch to version 2: modified src/components/Layout.tsx --- 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 f8c77ef..005d29d 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; -import NavbarFloating from '@/components/ui/NavbarFloating'; +import NavbarFullscreen from '@/components/ui/NavbarFullscreen'; 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() { -