From ff1e297e2151b1f595cbd00d841b990d50b6f14e Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 2 Apr 2025 12:33:53 +0200 Subject: [PATCH] Update pages/dashboard.vue --- pages/dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/dashboard.vue b/pages/dashboard.vue index a8a5d30..86687ab 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -108,7 +108,7 @@ const interestMenu = [ title: "Emails", }, { - to: "/client-support", + to: "/dashboard/client-support", icon: "mdi-chat", title: "Client Support", },