Renamed MySquads to MyGroups

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2022-03-18 13:54:52 -05:00
parent 25cb2e2aa5
commit f00ebdf678
7 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ import {
SidebarScrollWrapper,
SidebarSpace,
} from '@backstage/core-components';
import { MySquads } from '@backstage/plugin-org';
import { MyGroups } from '@backstage/plugin-org';
import GroupIcon from '@material-ui/icons/People';
const useSidebarLogoStyles = makeStyles({
@@ -94,7 +94,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
<SidebarGroup label="Menu" icon={<MenuIcon />}>
{/* Global nav, not org-specific */}
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
<MySquads
<MyGroups
singularTitle="My Squad"
pluralTitle="My Squads"
icon={GroupIcon}