diff --git a/src/App.tsx b/src/App.tsx index 4c93f15..40d5d78 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -39,8 +39,9 @@ export default function App() { /> -
- +
+
+ ); } diff --git a/src/components/ui/NavbarCentered.tsx b/src/components/ui/NavbarCentered.tsx index af52607..35e800e 100644 --- a/src/components/ui/NavbarCentered.tsx +++ b/src/components/ui/NavbarCentered.tsx @@ -51,7 +51,7 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => { return ( <>