diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4ccf263..f0a4bcc 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import NavbarFloating from '@/components/ui/NavbarFloating'; +import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Github, Linkedin, Twitter } from "lucide-react"; @@ -42,8 +42,9 @@ export default function Layout() { -