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
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}