3 Commits

Author SHA1 Message Date
73396e0232 Merge version_6_1776768369206 into main
Merge version_6_1776768369206 into main
2026-04-21 10:47:22 +00:00
42e6f6841e Bob AI: Modify the navigation bar component to be a floating navigat 2026-04-21 13:46:45 +03:00
1589441758 Merge version_5_1776767790794 into main
Merge version_5_1776767790794 into main
2026-04-21 10:38:16 +00:00

View File

@@ -51,9 +51,9 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => {
return (
<>
<nav
className="fixed top-0 inset-x-0 z-50 h-16 backdrop-blur-lg bg-white/30 dark:bg-gray-800/30"
className="fixed top-0 inset-x-0 z-50 w-full h-[var(--navbar-height)] backdrop-blur-lg bg-white/30 dark:bg-gray-800/30"
>
<div className="relative flex items-center justify-between h-full w-content-width mx-auto">
<div className="relative flex items-center justify-between h-full w-content-width mx-auto px-6">
<Link to="/" className="text-xl font-medium text-foreground">{logo}</Link>
<div className="hidden md:flex absolute left-1/2 items-center gap-6 -translate-x-1/2">