Bob AI: add a new navigation item called Blog to the nav

This commit is contained in:
2026-02-01 22:40:00 +02:00
parent 9af27fd8e7
commit b03eb8628a

View File

@@ -107,6 +107,7 @@ const NavbarStyleCentered = ({
<Logo <Logo
brandName={brandName} brandName={brandName}
/> />
<span className="inline-block px-3 py-1 text-sm font-medium rounded-full bg-primary/10 text-primary">New</span>
<HamburgerButton <HamburgerButton
isActive={isActive} isActive={isActive}
onClick={handleToggle} onClick={handleToggle}