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

This commit is contained in:
2026-03-06 07:48:45 +00:00
parent 418d0bf43a
commit b9dc1cb3b2

View File

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