Merge pull request 'retirar debug mode' (#9) from reportes into main
Reviewed-on: #9
This commit is contained in:
@@ -1881,22 +1881,20 @@ export default function Reports() {
|
||||
</div>
|
||||
</button>
|
||||
|
||||
{isDebugMode && (
|
||||
<button
|
||||
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'control_pedimentos'
|
||||
? 'bg-gradient-to-br from-blue-600 to-blue-700 text-white shadow-lg shadow-blue-500/20 scale-[1.02]'
|
||||
: 'text-gray-700 hover:bg-blue-50/80'
|
||||
}`}
|
||||
onClick={() => setActiveTab('control_pedimentos')}
|
||||
>
|
||||
<div className="flex items-center justify-center gap-2">
|
||||
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||
</svg>
|
||||
<span>Control de Pedimentos</span>
|
||||
</div>
|
||||
</button>
|
||||
)}
|
||||
<button
|
||||
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'control_pedimentos'
|
||||
? 'bg-gradient-to-br from-blue-600 to-blue-700 text-white shadow-lg shadow-blue-500/20 scale-[1.02]'
|
||||
: 'text-gray-700 hover:bg-blue-50/80'
|
||||
}`}
|
||||
onClick={() => setActiveTab('control_pedimentos')}
|
||||
>
|
||||
<div className="flex items-center justify-center gap-2">
|
||||
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||
</svg>
|
||||
<span>Control de Pedimentos</span>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button
|
||||
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'datastage'
|
||||
|
||||
Reference in New Issue
Block a user