Merge pull request 'prod' (#7) from repoCumplimiento into main
Reviewed-on: #7
This commit is contained in:
@@ -1119,7 +1119,6 @@ export default function Reports() {
|
||||
<span>Datastage cargados</span>
|
||||
</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 === 'Cumplimiento'
|
||||
? '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>
|
||||
</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 === 'coves'
|
||||
|
||||
Reference in New Issue
Block a user