feat: remove maintenance badge from data explorer in sidebar
All checks were successful
build-and-deploy / build (push) Successful in 42s
build-and-deploy / deploy (push) Successful in 3s

This commit is contained in:
2025-10-13 18:35:07 -06:00
parent 3bf7760a67
commit 87dec62ee1

View File

@@ -258,8 +258,7 @@ const navigationPrimary = computed<NavigationMenuItem[]>(() => [
label: 'Explorador de datos', label: 'Explorador de datos',
icon: 'i-lucide-table', icon: 'i-lucide-table',
to: '/explorer', to: '/explorer',
active: route.path === '/explorer', active: route.path === '/explorer'
badge: { label: 'Mantenimiento', color: 'amber' }
}, },
{ {
label: 'Metadatos', label: 'Metadatos',