From e4c735cdc43a7f139b1667741065627af21cc944 Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Tue, 5 Aug 2025 16:11:59 +0200 Subject: [PATCH] no header --- app/components/AnonymizationInterface.tsx | 4 ---- app/page.tsx | 12 ------------ 2 files changed, 16 deletions(-) diff --git a/app/components/AnonymizationInterface.tsx b/app/components/AnonymizationInterface.tsx index de2e94c..d79ae69 100644 --- a/app/components/AnonymizationInterface.tsx +++ b/app/components/AnonymizationInterface.tsx @@ -17,10 +17,6 @@ export const AnonymizationInterface = ({ const anonymizedTypes = new Set(); - // Correspondance exacte avec les patterns de highlightEntities.tsx - - // PERSON -> Prénoms/Noms - // PERSON -> Prénoms, Noms de famille ET Noms complets if (outputText.includes("")) { anonymizedTypes.add("Prénoms"); anonymizedTypes.add("Noms de famille"); diff --git a/app/page.tsx b/app/page.tsx index 42bd1a4..0fdfd3f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -69,18 +69,6 @@ export default function Home() { return (
- {/* Header */} -
-
-

- OUTIL D'ANONYMISATION DE DONNÉES -

-

- Protégez vos informations sensibles en quelques clics -

-
-
- {/* Main Content */}
{/* Progress Bar */}