From 589b42d788958874440346d8f5c0560b9eaa5d92 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 26 Mar 2022 14:14:02 -0500 Subject: [PATCH] Fixed issues Signed-off-by: Andre Wanlin --- .changeset/itchy-candles-type.md | 1 - plugins/org/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/itchy-candles-type.md b/.changeset/itchy-candles-type.md index 1ddad1401e..0a60d630b0 100644 --- a/.changeset/itchy-candles-type.md +++ b/.changeset/itchy-candles-type.md @@ -1,5 +1,4 @@ --- -'example-app': patch '@backstage/plugin-org': patch --- diff --git a/plugins/org/README.md b/plugins/org/README.md index a590cb6fa7..ddb4468582 100644 --- a/plugins/org/README.md +++ b/plugins/org/README.md @@ -53,6 +53,6 @@ Once added MyGroupsSidebarItem will work in three ways: ![MyGroupsSidebarItem single example](./docs/mygroupssidebaritem-single.png) -3. The user is logged in and a member of more than one group: the MyGroupsSidebarItem will display a single items with a flyout menu with all the related groups like this: +3. The user is logged in and a member of more than one group: the MyGroupsSidebarItem will display a single items with a submenu with all the related groups like this: ![MyGroupsSidebarItem multiple example](./docs/mygroupssidebaritem-multiple.png)