Update pages/dashboard.vue
This commit is contained in:
parent
4532eda177
commit
4e8746c59f
|
|
@ -72,6 +72,11 @@ const tags = usePortalTags();
|
||||||
const drawer = ref(false);
|
const drawer = ref(false);
|
||||||
|
|
||||||
const interestMenu = [
|
const interestMenu = [
|
||||||
|
{
|
||||||
|
to: "/dashboard/portnimaraAI",
|
||||||
|
icon: "mdi-forum",
|
||||||
|
title: "Port Nimara AI",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
to: "/dashboard/interest-eoi-queue",
|
to: "/dashboard/interest-eoi-queue",
|
||||||
icon: "mdi-tray-full",
|
icon: "mdi-tray-full",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue