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

This commit is contained in:
2026-04-10 09:57:49 +00:00
parent 2c2ca1a28d
commit f5a56c88d3

View File

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