diff --git a/autogpt_platform/frontend/src/components/layout/Navbar/Navbar.tsx b/autogpt_platform/frontend/src/components/layout/Navbar/Navbar.tsx index f4bdecd1df..9997c4a51c 100644 --- a/autogpt_platform/frontend/src/components/layout/Navbar/Navbar.tsx +++ b/autogpt_platform/frontend/src/components/layout/Navbar/Navbar.tsx @@ -47,7 +47,7 @@ export function Navbar() { const actualLoggedInLinks = [ { name: "Home", href: homeHref }, - ...(isChatEnabled === true ? [{ name: "Tasks", href: "/library" }] : []), + ...(isChatEnabled === true ? [{ name: "Agents", href: "/library" }] : []), ...loggedInLinks, ];