diff --git a/src/components/ui/NavbarInline.tsx b/src/components/ui/NavbarInline.tsx index feca204..ed0a141 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -17,7 +17,7 @@ const handleNavClick = (e: React.MouseEvent, href: string, on const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => { return ( -