From 3cd1290e33ba07d07740207cb88602a498a5c137 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 3 Apr 2025 03:55:21 +0200 Subject: [PATCH] Update pages/dashboard.vue --- pages/dashboard.vue | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pages/dashboard.vue b/pages/dashboard.vue index 5aa8ac6..1144846 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -72,6 +72,11 @@ const tags = usePortalTags(); const drawer = ref(false); const interestMenu = [ + { + to: "/dashboard/portnimaraAI", + icon: "mdi-chat", + title: "Port Nimara AI", + }, { to: "/dashboard/interest-eoi-queue", icon: "mdi-tray-full", @@ -102,16 +107,7 @@ const interestMenu = [ icon: "mdi-account-check", title: "Interest Status", }, - { - to: "/dashboard/interest-emails", - icon: "mdi-email", - title: "Emails", - }, - { - to: "/dashboard/portnimaraAI", - icon: "mdi-chat", - title: "Port Nimara AI", - }, + ];