diff --git a/e2e/features/organizations/dinum.feature b/e2e/features/organizations/dinum.feature index 2648814c1..3e09beeb1 100644 --- a/e2e/features/organizations/dinum.feature +++ b/e2e/features/organizations/dinum.feature @@ -35,7 +35,7 @@ Fonctionnalité: Page organisation * sur la même ligne je vois "✅" * sur la même ligne je vois "verified" * je vois la ligne "prestataire.modernisation.gouv.fr" dans le tableau - * sur la même ligne je vois "❌" + * sur la même ligne je vois "❎" * sur la même ligne je vois "external" # Scénario: Membres de DINUM diff --git a/packages/~/organizations/api/src/:id/domains/Table.tsx b/packages/~/organizations/api/src/:id/domains/Table.tsx index a41e6f0cd..544fa9b35 100644 --- a/packages/~/organizations/api/src/:id/domains/Table.tsx +++ b/packages/~/organizations/api/src/:id/domains/Table.tsx @@ -1,7 +1,6 @@ // import { button } from "@~/app.ui/button"; -import { CopyButton } from "@~/app.ui/button/components/copy"; import { GoogleSearchButton } from "@~/app.ui/button/components/search"; import { menu_item } from "@~/app.ui/menu"; import { Horizontal_Menu } from "@~/app.ui/menu/components/Horizontal_Menu"; @@ -79,37 +78,37 @@ async function Add_Domain() { function TypeToEmoji({ type }: { type: MCP_EmailDomain_Type }) { return match(type) .with("verified", () => ( - + )) .with("authorized", () => ( - + 🔓 )) .with("external", () => ( - - ❌ + + ❎ )) .with("blacklisted", () => ( - - 🚫 + + ☠️ )) .with("official_contact", () => ( - - 📞 + + ✅ )) .with("trackdechets_postal_mail", () => ( - - 📬 + + ✅ )) .otherwise(() => ( - + )); @@ -130,7 +129,7 @@ function Row({ {domain} {type} - +
    -
  • - - Copier le domaine - -
  • -
  • - -