Compare commits

...

1 Commits

Author SHA1 Message Date
Sean Brydon b0a5c35015 Remove insights from nav map 2023-11-10 12:19:08 +00:00

View File

@ -55,7 +55,6 @@ import {
import {
ArrowLeft,
ArrowRight,
BarChart,
Calendar,
ChevronDown,
Clock,
@ -587,11 +586,6 @@ const navigation: NavigationItemType[] = [
href: "/workflows",
icon: Zap,
},
{
name: "insights",
href: "/insights",
icon: BarChart,
},
];
const moreSeparatorIndex = navigation.findIndex((item) => item.name === MORE_SEPARATOR_NAME);