From cae3f9d77d21affbe0f94279ea2b6796e9734888 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 16:20:33 +0000 Subject: [PATCH] Bob AI: Make top header white and logo text black --- src/components/ui/NavbarFullscreenStatic.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/NavbarFullscreenStatic.tsx b/src/components/ui/NavbarFullscreenStatic.tsx index 2c2d8ae..f55a457 100644 --- a/src/components/ui/NavbarFullscreenStatic.tsx +++ b/src/components/ui/NavbarFullscreenStatic.tsx @@ -41,11 +41,11 @@ const NavbarFullscreenStatic = ({ logo, navItems, ctaButton }: NavbarFullscreenS }, [menuOpen]); return ( -