Resumen de cumplimiento

This commit is contained in:
2025-10-05 12:19:44 -06:00
parent de9336fd81
commit bb0b11edbc
2 changed files with 3 additions and 3 deletions

View File

@@ -157,8 +157,8 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) {
title: 'Tableros',
items: [
{
name: 'Uso de Almacenamiento',
path: '/tablero/almacenamiento',
name: 'Resumen de cumplimiento',
path: '/tablero/cumplimiento',
icon: (
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />