Update src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx

This commit is contained in:
2026-02-24 04:46:27 +00:00
parent bcafdf8f82
commit d6b97fe151

View File

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