From 79240dd91412590e8c779e784395104e188bc0b8 Mon Sep 17 00:00:00 2001 From: Santinova CI Date: Sat, 22 Aug 2026 09:27:58 +0000 Subject: [PATCH] fix: afficher Production dans la navigation du dashboard prod --- src/frontend/src/components/Sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/Sidebar.jsx b/src/frontend/src/components/Sidebar.jsx index d749d00..1af35f3 100644 --- a/src/frontend/src/components/Sidebar.jsx +++ b/src/frontend/src/components/Sidebar.jsx @@ -39,7 +39,7 @@ export default function Sidebar({

Dashboard

-

{window.location.hostname.includes('recette') ? 'Recette' : 'Production'}

+

Production