From b18ebe96f8a00059c02a2dcd24410084a5cda05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 30 Jan 2026 11:51:04 +0400 Subject: [PATCH] Add mailto link to organization sidebar's contact MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- apps/trust/src/components/OrganizationSidebar.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/trust/src/components/OrganizationSidebar.tsx b/apps/trust/src/components/OrganizationSidebar.tsx index 898142826..c5cd35c9d 100644 --- a/apps/trust/src/components/OrganizationSidebar.tsx +++ b/apps/trust/src/components/OrganizationSidebar.tsx @@ -120,7 +120,11 @@ export function OrganizationSidebar({ )} {trustCenter.organization.email && ( - {trustCenter.organization.email} + + + {trustCenter.organization.email} + + )} {trustCenter.organization.headquarterAddress && (