From 6eaa758d7ced40bef697355ebb3ed7b08fcc5f81 Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 11 Apr 2025 10:52:48 +0200 Subject: [PATCH] ajout mineur --- Front-end/src/components/AlertInactive.jsx | 4 ++-- Front-end/src/components/Header.jsx | 4 +++- Front-end/src/pages/Gestion/ObjectManagement.jsx | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Front-end/src/components/AlertInactive.jsx b/Front-end/src/components/AlertInactive.jsx index 917694b..5f06a76 100644 --- a/Front-end/src/components/AlertInactive.jsx +++ b/Front-end/src/components/AlertInactive.jsx @@ -4,7 +4,7 @@ import { TriangleAlert,X } from "lucide-react"; function AlertInactive({affAlert,setAffAlert}) { return ( (affAlert&&( -
+
@@ -13,7 +13,7 @@ function AlertInactive({affAlert,setAffAlert}) {

Cet objet peut être inactif dû à son manque de données. Vous pouvez le - rendre inactif en appuyant ici. + rendre inactif en changeant son status.

))); diff --git a/Front-end/src/components/Header.jsx b/Front-end/src/components/Header.jsx index 767ca68..18fef1f 100644 --- a/Front-end/src/components/Header.jsx +++ b/Front-end/src/components/Header.jsx @@ -90,7 +90,9 @@ function Header() {