From 905b2430dd5c0236698b3427b47c58c7129eaa9d Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 2 Apr 2025 16:27:21 +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 86687ab..81e039c 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -112,6 +112,11 @@ const interestMenu = [ icon: "mdi-chat", title: "Client Support", }, + { + to: "/dashboard/portnimaraAI", + icon: "mdi-chat", + title: "Port Nimara AI", + }, ];