Se agregaron datos del ticker 2025-08-046
This commit is contained in:
@@ -183,6 +183,16 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) {
|
||||
{
|
||||
title: 'Acceso a Usuarios',
|
||||
items: [
|
||||
// Botón Importadores como primer elemento
|
||||
{
|
||||
name: 'Importadores',
|
||||
path: '/importers',
|
||||
icon: (
|
||||
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16 7a4 4 0 01-8 0M12 11v10m-6 0h12a2 2 0 002-2v-5a2 2 0 00-2-2H6a2 2 0 00-2 2v5a2 2 0 002 2z" />
|
||||
</svg>
|
||||
)
|
||||
},
|
||||
...(
|
||||
isImportador
|
||||
? []
|
||||
|
||||
Reference in New Issue
Block a user