Switch to version 2: modified src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx

This commit is contained in:
2026-03-05 18:26:37 +00:00
parent 31c499728b
commit c16bcc6900

View File

@@ -57,7 +57,7 @@ const NavbarStyleCentered = ({
topBarButton,
// logoSrc,
// logoAlt = "",
brandName = "Contact Us ",
brandName = "Webild",
className = "",
}: NavbarStyleCenteredProps) => {
const [isActive, setIsActive] = useState(false);