remove tech radar icon from frontend due to removal of tech-radar plugin
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
72fde4db9a
commit
5989919a0f
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Remove Tech-Radar menu from scaffolded app sidebar to align with backend removal of tech-radar plugin.
|
||||
@@ -72,7 +72,6 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
|
||||
{/* End global nav */}
|
||||
<SidebarDivider />
|
||||
<SidebarScrollWrapper>
|
||||
<SidebarItem icon={MapIcon} to="tech-radar" text="Tech Radar" />
|
||||
</SidebarScrollWrapper>
|
||||
</SidebarGroup>
|
||||
<SidebarSpace />
|
||||
|
||||
Reference in New Issue
Block a user