Skip to content

Commit 8914e33

Browse files
committed
chore: removed new markers on sidebar
1 parent e6c7840 commit 8914e33

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Website/components/shared/Sidebar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,12 @@ const Sidebar = ({ }: SidebarProps) => {
4141
href: '/insights',
4242
icon: InsightsIcon,
4343
active: pathname === '/insights',
44-
new: true,
4544
},
4645
{
4746
label: 'Metadata',
4847
href: '/metadata',
4948
icon: MetadataIcon,
5049
active: pathname === '/metadata',
51-
new: true,
5250
},
5351
{
5452
label: 'Diagram',
@@ -62,7 +60,6 @@ const Sidebar = ({ }: SidebarProps) => {
6260
href: '/processes',
6361
icon: ProcessesIcon,
6462
active: pathname === '/processes',
65-
new: true,
6663
}
6764
];
6865

0 commit comments

Comments
 (0)