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

This commit is contained in:
2026-02-01 23:20:51 +02:00
parent 64810e2eed
commit 17fcf18511

View File

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