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

This commit is contained in:
2026-03-04 09:49:19 +00:00
parent 3a8227dc55
commit 1d2eda0b83

View File

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