From fd67a955da042a05737024f35166fbba6e76439a Mon Sep 17 00:00:00 2001 From: josedario87 Date: Tue, 2 Dec 2025 20:02:41 -0600 Subject: [PATCH] =?UTF-8?q?feat:=20Agregar=20enlace=20a=20Mensajes=20en=20?= =?UTF-8?q?la=20navegaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layouts/dashboard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layouts/dashboard.vue b/app/layouts/dashboard.vue index 11174c4..7167d27 100644 --- a/app/layouts/dashboard.vue +++ b/app/layouts/dashboard.vue @@ -83,6 +83,7 @@ const pageTitle = computed(() => (route.meta.title as string) || 'Dashboard') const menuItems = [ { to: '/', label: 'Instancias', icon: 'i-lucide-smartphone' }, + { to: '/messages', label: 'Mensajes', icon: 'i-lucide-message-square' }, { to: '/webhooks', label: 'Webhooks', icon: 'i-lucide-webhook' }, ]