diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1ff78ef..a2b373f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -2,14 +2,14 @@ import { Outlet } from 'react-router-dom'; import { StyleProvider } from '@/components/ui/StyleProvider'; import SiteBackgroundSlot from '@/components/ui/SiteBackgroundSlot'; -import NavbarFloating from "@/components/ui/NavbarFloating"; +import NavbarInline from "@/components/ui/NavbarInline"; import FooterMinimal from "@/components/sections/footer/FooterMinimal"; export default function Layout() { return ( -