From c08232e071095765119a2604c553259accc1f693 Mon Sep 17 00:00:00 2001 From: Douglas DUTEIL Date: Fri, 27 Sep 2024 16:18:40 +0200 Subject: [PATCH] feat(organization): change action wording --- .../api/src/:id/domains/Table.tsx | 59 ++++++------------- 1 file changed, 18 insertions(+), 41 deletions(-) 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 - -
  • -
  • - -