diff --git a/src/components/ui/NavbarInline.tsx b/src/components/ui/NavbarInline.tsx
index ce906e7..8ff7000 100644
--- a/src/components/ui/NavbarInline.tsx
+++ b/src/components/ui/NavbarInline.tsx
@@ -34,10 +34,10 @@ const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => {
))}
-
+ {ctaButton && }
);
};
-export default NavbarInline;
+export default NavbarInline;
\ No newline at end of file