We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c7840 commit 8914e33Copy full SHA for 8914e33
1 file changed
Website/components/shared/Sidebar.tsx
@@ -41,14 +41,12 @@ const Sidebar = ({ }: SidebarProps) => {
41
href: '/insights',
42
icon: InsightsIcon,
43
active: pathname === '/insights',
44
- new: true,
45
},
46
{
47
label: 'Metadata',
48
href: '/metadata',
49
icon: MetadataIcon,
50
active: pathname === '/metadata',
51
52
53
54
label: 'Diagram',
@@ -62,7 +60,6 @@ const Sidebar = ({ }: SidebarProps) => {
62
60
href: '/processes',
63
61
icon: ProcessesIcon,
64
active: pathname === '/processes',
65
66
}
67
];
68
0 commit comments