Update packages/app/src/components/Root/Root.tsx

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-03-04 13:23:04 +01:00
committed by GitHub
parent d0025f5cfb
commit b30ae788e6
-19
View File
@@ -132,25 +132,6 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
to="catalog?filters[kind]=user"
icon={useApp().getSystemIcon('kind:user')}
/>
<SidebarDivider />
<SidebarSubmenuItem
title="Templates"
icon={useApp().getSystemIcon('kind:template')}
dropdownItems={[
{
title: 'Documentation',
to: 'catalog?filters[kind]=template&filters[type]=documentation',
},
{
title: 'Service',
to: 'catalog?filters[kind]=template&filters[type]=service',
},
{
title: 'Website',
to: 'catalog?filters[kind]=template&filters[type]=website',
},
]}
/>
</SidebarSubmenu>
</SidebarItem>
<MyGroupsSidebarItem