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", + }, ];