From 4e8746c59f77538a14d516f1755592c998f50e30 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 10 Apr 2025 14:05:12 +0200 Subject: [PATCH] Update pages/dashboard.vue --- pages/dashboard.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/dashboard.vue b/pages/dashboard.vue index e6cf586..885fed8 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-forum", + title: "Port Nimara AI", + }, { to: "/dashboard/interest-eoi-queue", icon: "mdi-tray-full",