diff --git a/nuxt4-app/app/components/app/AppSidebar.vue b/nuxt4-app/app/components/app/AppSidebar.vue index 7140129..7c4606d 100644 --- a/nuxt4-app/app/components/app/AppSidebar.vue +++ b/nuxt4-app/app/components/app/AppSidebar.vue @@ -294,8 +294,7 @@ const navigationPrimary = computed(() => [ label: 'Informe Ingresos', icon: 'i-lucide-file-bar-chart', to: '/informe-ingresos', - active: route.path === '/informe-ingresos', - badge: { label: 'Mantenimiento', color: 'amber' } + active: route.path === '/informe-ingresos' }, { label: 'Comparativa Cosechas',