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:
Dave Ashby
2024-05-24 17:24:24 -04:00
committed by Fredrik Adelöw
parent 72fde4db9a
commit 5989919a0f
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -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 />