Revert props change

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2022-03-28 14:28:55 -05:00
parent c530f3f546
commit af1ee27a67
5 changed files with 31 additions and 35 deletions
+3 -5
View File
@@ -95,11 +95,9 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
{/* Global nav, not org-specific */}
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
<MyGroupsSidebarItem
props={{
singularTitle: 'My Squad',
pluralTitle: 'My Squads',
icon: GroupIcon,
}}
singularTitle="My Squad"
pluralTitle="My Squads"
icon={GroupIcon}
/>
<SidebarItem icon={ExtensionIcon} to="api-docs" text="APIs" />
<SidebarItem icon={LibraryBooks} to="docs" text="Docs" />