From 499362fb3fafc68b9e3b8ce3df59dcb56e797125 Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Mon, 28 Jul 2025 22:20:42 +0200 Subject: [PATCH] presidio ok v.1 title green --- app/page.tsx | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 9947ae1..5f6f578 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -67,26 +67,26 @@ export default function Home() { const { copyToClipboard, downloadText } = useDownloadActions({ outputText }); return ( -
+
{/* Header */} -
+
-

+

OUTIL D'ANONYMISATION DE DONNÉES

-

+

Protégez vos informations sensibles en quelques clics

{/* Main Content */} -
+
{/* Progress Bar */} {/* Upload Section */} -
+

- {error.includes('scanné') ? '📄 PDF Scanné Détecté' : - error.includes('HTTP') ? '🚨 Erreur de Traitement' : - '⚠️ Erreur'} + {error.includes("scanné") + ? "📄 PDF Scanné Détecté" + : error.includes("HTTP") + ? "🚨 Erreur de Traitement" + : "⚠️ Erreur"}

- {error.split('\n').map((line, index) => ( -
0 ? 'mt-2' : ''}> - {line.startsWith('💡') ? ( + {error.split("\n").map((line, index) => ( +
0 ? "mt-2" : ""}> + {line.startsWith("💡") ? (
{line}
- ) : line.startsWith('-') ? ( + ) : line.startsWith("-") ? (
• {line.substring(1).trim()}