Skip to content

Commit 26a7ba8

Browse files
Update src/data/navigation.ts
Co-authored-by: Aravind Ramaraju <[email protected]>
1 parent 17eac9a commit 26a7ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const navigation: NavigationItem[] = [
5656
{ title: "Chat", href: "/cody/capabilities/chat", },
5757
{ title: "Autocomplete", href: "/cody/capabilities/autocomplete", },
5858
{ title: "Prompts", href: "/cody/capabilities/prompts", },
59-
{ title: "Agentic Chat", href: "/cody/capabilities/agentic-chat", },
59+
{ title: "Agentic chat", href: "/cody/capabilities/agentic-chat", },
6060
{ title: "OpenCtx", href: "/cody/capabilities/openctx", },
6161
{ title: "Debug Code", href: "/cody/capabilities/debug-code", },
6262
{ title: "Context Filters", href: "/cody/capabilities/ignore-context", },

0 commit comments

Comments
 (0)