Merge version_7_1783268399527 into main #6
@@ -41,11 +41,11 @@ const NavbarFullscreenStatic = ({ logo, navItems, ctaButton }: NavbarFullscreenS
|
||||
}, [menuOpen]);
|
||||
|
||||
return (
|
||||
<nav data-section="navbar" className="absolute inset-0 z-1000 pointer-events-none">
|
||||
<div className="absolute z-10 top-5 left-1/2 -translate-x-1/2 flex items-center justify-between w-content-width pointer-events-auto">
|
||||
<nav data-section="navbar" className="absolute top-0 left-0 w-full z-1000 bg-white py-5 pointer-events-auto">
|
||||
<div className="mx-auto flex items-center justify-between w-content-width">
|
||||
<a
|
||||
href="/"
|
||||
className="text-xl font-medium text-background flex items-center gap-3"
|
||||
className="text-xl font-medium text-black flex items-center gap-3"
|
||||
>
|
||||
<img src="https://storage.googleapis.com/webild/users/user_3G5derssVxjqrVSo3ygGVFCInNC/uploaded-1783268235045-8qnafq0i.png" alt="Logo" className="h-10 w-auto object-contain" />
|
||||
<span>{logo}</span>
|
||||
|
||||
Reference in New Issue
Block a user