Skip to content

Commit ba09cdd

Browse files
committed
feat: Update docs SideBarItem
1 parent 8e96cb7 commit ba09cdd

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/components/Root

1 file changed

+1
-1
lines changed

packages/app/src/components/Root/Root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
6767
{/* Global nav, not org-specific */}
6868
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
6969
<SidebarItem icon={ExtensionIcon} to="api-docs" text="APIs" />
70-
<SidebarItem icon={LibraryBooks} to="docs" text="Docs" />
70+
<SidebarItem icon={LibraryBooks} to="docs" text="Documents" />
7171
<SidebarItem icon={CreateComponentIcon} to="create" text="Create..." />
7272
{/* End global nav */}
7373
<SidebarDivider />

0 commit comments

Comments
 (0)