feat: build dashboard lead funnel
This commit is contained in:
@@ -17,12 +17,12 @@ export type DashboardNavigationItem = {
|
||||
};
|
||||
|
||||
export const dashboardNavigation: DashboardNavigationItem[] = [
|
||||
{ label: "Dashboard", href: "/dashboard", icon: LayoutDashboard },
|
||||
{ label: "Campaigns", href: "/dashboard/campaigns", icon: MapPinned },
|
||||
{ label: "Übersicht", href: "/dashboard", icon: LayoutDashboard },
|
||||
{ label: "Kampagnen", href: "/dashboard/campaigns", icon: MapPinned },
|
||||
{ label: "Leads", href: "/dashboard/leads", icon: UsersRound },
|
||||
{ label: "Audits", href: "/dashboard/audits", icon: FileSearch },
|
||||
{ label: "Outreach", href: "/dashboard/outreach", icon: MailCheck },
|
||||
{ label: "Review", href: "/dashboard/outreach", icon: MailCheck },
|
||||
{ label: "Analytics", href: "/dashboard/analytics", icon: BarChart3 },
|
||||
{ label: "Blacklist", href: "/dashboard/blacklist", icon: OctagonMinus },
|
||||
{ label: "Settings", href: "/dashboard/settings", icon: Settings },
|
||||
{ label: "Sperrliste", href: "/dashboard/blacklist", icon: OctagonMinus },
|
||||
{ label: "Einstellungen", href: "/dashboard/settings", icon: Settings },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user