From 9bf44f5b56a145a8b5bf050fcb5ef82fc746f3c1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 21 Apr 2026 13:38:09 +0300 Subject: [PATCH] Bob AI: Modify the navigation bar component to be a floating navigat --- src/App.tsx | 6 ++++-- src/components/ui/NavbarCentered.tsx | 2 +- src/index.css | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) 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 ( <>