06/04 Optimize app

This commit is contained in:
2026-06-04 14:28:35 -04:00
parent 0190da30d4
commit 3f2e83ce2d
5 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ document.addEventListener('DOMContentLoaded', () => {
alert.style.transition = 'opacity 0.5s';
alert.style.opacity = '0';
setTimeout(() => alert.remove(), 500);
}, 5000);
}, 7000);
});
});