retirar debug mode

This commit is contained in:
Dulce
2025-11-25 16:25:57 -07:00
parent 5387eb25cf
commit 6acb55c563

View File

@@ -1881,22 +1881,20 @@ export default function Reports() {
</div> </div>
</button> </button>
{isDebugMode && ( <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'
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]'
? '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'
: 'text-gray-700 hover:bg-blue-50/80' }`}
}`} onClick={() => setActiveTab('control_pedimentos')}
onClick={() => setActiveTab('control_pedimentos')} >
> <div className="flex items-center justify-center gap-2">
<div className="flex items-center justify-center gap-2"> <svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<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" />
<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>
</svg> <span>Control de Pedimentos</span>
<span>Control de Pedimentos</span> </div>
</div> </button>
</button>
)}
<button <button
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'datastage' className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'datastage'