We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e96cb7 commit ba09cddCopy full SHA for ba09cdd
packages/app/src/components/Root/Root.tsx
@@ -67,7 +67,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
67
{/* Global nav, not org-specific */}
68
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
69
<SidebarItem icon={ExtensionIcon} to="api-docs" text="APIs" />
70
- <SidebarItem icon={LibraryBooks} to="docs" text="Docs" />
+ <SidebarItem icon={LibraryBooks} to="docs" text="Documents" />
71
<SidebarItem icon={CreateComponentIcon} to="create" text="Create..." />
72
{/* End global nav */}
73
<SidebarDivider />
0 commit comments