Update pages/dashboard.vue
This commit is contained in:
parent
5e2a74737f
commit
3cd1290e33
|
|
@ -72,6 +72,11 @@ const tags = usePortalTags();
|
||||||
const drawer = ref(false);
|
const drawer = ref(false);
|
||||||
|
|
||||||
const interestMenu = [
|
const interestMenu = [
|
||||||
|
{
|
||||||
|
to: "/dashboard/portnimaraAI",
|
||||||
|
icon: "mdi-chat",
|
||||||
|
title: "Port Nimara AI",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
to: "/dashboard/interest-eoi-queue",
|
to: "/dashboard/interest-eoi-queue",
|
||||||
icon: "mdi-tray-full",
|
icon: "mdi-tray-full",
|
||||||
|
|
@ -102,16 +107,7 @@ const interestMenu = [
|
||||||
icon: "mdi-account-check",
|
icon: "mdi-account-check",
|
||||||
title: "Interest Status",
|
title: "Interest Status",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: "/dashboard/interest-emails",
|
|
||||||
icon: "mdi-email",
|
|
||||||
title: "Emails",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
to: "/dashboard/portnimaraAI",
|
|
||||||
icon: "mdi-chat",
|
|
||||||
title: "Port Nimara AI",
|
|
||||||
},
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue