feat: Agregar enlace a Mensajes en la navegación
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
This commit is contained in:
@@ -83,6 +83,7 @@ const pageTitle = computed(() => (route.meta.title as string) || 'Dashboard')
|
|||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
{ to: '/', label: 'Instancias', icon: 'i-lucide-smartphone' },
|
{ to: '/', label: 'Instancias', icon: 'i-lucide-smartphone' },
|
||||||
|
{ to: '/messages', label: 'Mensajes', icon: 'i-lucide-message-square' },
|
||||||
{ to: '/webhooks', label: 'Webhooks', icon: 'i-lucide-webhook' },
|
{ to: '/webhooks', label: 'Webhooks', icon: 'i-lucide-webhook' },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user