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' }, ]