From 731273b1b051a77889a1c6bac1ae7070b49c5fe0 Mon Sep 17 00:00:00 2001 From: suricatingss Date: Fri, 5 Dec 2025 00:19:31 +0000 Subject: [PATCH] link correction --- app/layouts/dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layouts/dashboard.vue b/app/layouts/dashboard.vue index 25a95d7..a3c14c6 100644 --- a/app/layouts/dashboard.vue +++ b/app/layouts/dashboard.vue @@ -15,7 +15,7 @@ const nav : NavigationMenuItem[][] = [[ }, { label: 'Contacts', icon: 'i-lucide-users', - to: "/inbox" + to: "/contacts" }]]; /*[ {