Resumen de cumplimiento
This commit is contained in:
@@ -111,7 +111,7 @@ function AppContent() {
|
||||
</RequireAuth>
|
||||
} />
|
||||
{/* Ruta para Uso de Almacenamiento */}
|
||||
<Route path="/tablero/almacenamiento" element={
|
||||
<Route path="/tablero/cumplimiento" element={
|
||||
<RequireAuth>
|
||||
<TableroAlmacenamiento />
|
||||
</RequireAuth>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user