prod
This commit is contained in:
@@ -1119,7 +1119,6 @@ export default function Reports() {
|
|||||||
<span>Datastage cargados</span>
|
<span>Datastage cargados</span>
|
||||||
</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 === 'Cumplimiento'
|
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'Cumplimiento'
|
||||||
? '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]'
|
||||||
@@ -1134,7 +1133,6 @@ export default function Reports() {
|
|||||||
<span>Cumplimiento</span>
|
<span>Cumplimiento</span>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
)}
|
|
||||||
{isDebugMode && (
|
{isDebugMode && (
|
||||||
<button
|
<button
|
||||||
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'coves'
|
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'coves'
|
||||||
|
|||||||
Reference in New Issue
Block a user