maj criticalAlert

This commit is contained in:
sebvtl728
2025-01-18 17:56:13 +01:00
parent 56dc1f2256
commit 55af4eb8dc
+2 -2
View File
@@ -37,8 +37,8 @@ const CriticalAlert = () => {
{showAlert && ( {showAlert && (
<div className="critical-alert-overlay"> <div className="critical-alert-overlay">
<div className="critical-alert-box"> <div className="critical-alert-box">
<h2> Alerte Critique </h2> <h2> Alerte Mise a jours </h2>
<p>Contacter votre webmaster - défaut critique du système</p> <p>Contacter votre webmaster - défaut Mise à jours du système</p>
</div> </div>
</div> </div>
)} )}