From ebe24011326bf7b239fe9265e0d535693bd70286 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 20 Oct 2025 15:11:34 +0200 Subject: [PATCH] Style Signed-off-by: Bryan Frimin --- .../src/components/OrganizationSidebar.tsx | 2 +- apps/trust/src/pages/OverviewPage.tsx | 21 +++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/apps/trust/src/components/OrganizationSidebar.tsx b/apps/trust/src/components/OrganizationSidebar.tsx index 510f37e62..ba3e4f4eb 100644 --- a/apps/trust/src/components/OrganizationSidebar.tsx +++ b/apps/trust/src/components/OrganizationSidebar.tsx @@ -76,7 +76,7 @@ export function OrganizationSidebar({

- {__("Certifications")} + {__("Frameworks")}

edge.node), - (node) => documentTypeLabel(node.documentType, __), + (node) => documentTypeLabel(node.documentType, __) ); const hasAudits = audits.length > 0; const hasDocuments = hasAudits || documents.length > 0; @@ -107,7 +112,7 @@ function Documents({ {audits.length > 0 && ( <> - {__("Certifications")} + {__("Compliance")} {audits.map((audit) => ( ))} @@ -144,7 +149,7 @@ function Subprocessors({ return null; } - const hasAnyCountries = vendors.some(vendor => { + const hasAnyCountries = vendors.some((vendor) => { const vendorData = vendor.node as any; return vendorData.countries && vendorData.countries.length > 0; }); @@ -155,12 +160,16 @@ function Subprocessors({

{sprintf( __("Third-party subprocessors %s work with:"), - organizationName, + organizationName )}

{vendors.map((vendor) => ( - + ))} {__("See all subprocessors")}