From 96615b46a72e7902f7ade2619b21649bf41b2b1b Mon Sep 17 00:00:00 2001 From: ertopogo Date: Mon, 6 Apr 2026 13:50:16 +0200 Subject: documentation zero trust --- src/app/(public)/demos/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/app/(public)/demos/page.tsx') diff --git a/src/app/(public)/demos/page.tsx b/src/app/(public)/demos/page.tsx index 7afee2a..3189e2d 100644 --- a/src/app/(public)/demos/page.tsx +++ b/src/app/(public)/demos/page.tsx @@ -32,7 +32,6 @@ const demos = [ description: "Visualisation interactive des couches de sécurité Zero Trust. Explorez les différentes stratégies d'implémentation.", href: "/demos/zero-trust", - status: "Bientôt disponible", }, ]; @@ -67,9 +66,11 @@ export default function DemosPage() {
- - {demo.status} - + {demo.status ? ( + + {demo.status} + + ) : null}

{demo.title} -- cgit v1.2.3