From de29e25044e4135863cb236b0e4da827684b95a3 Mon Sep 17 00:00:00 2001 From: Mariano Fuentes Date: Mon, 4 Aug 2025 16:24:04 -0400 Subject: [PATCH] refactor: update SVG logos in Trust Portal for improved accessibility and styling - Enhanced the SVG structure for the SOC2 logo, including updates to path definitions and attributes for better rendering. - Changed `clipPath` to `clip-path` for consistency with SVG standards. - Improved fill colors and added stroke attributes for better visual clarity. - Adjusted dimensions and viewBox settings to ensure proper scaling across different display contexts. --- .../trust-portal/components/logos.tsx | 168 +++++++++++------- 1 file changed, 107 insertions(+), 61 deletions(-) diff --git a/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/logos.tsx b/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/logos.tsx index f9ed8cc66..0a3a6fb2e 100644 --- a/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/logos.tsx +++ b/apps/app/src/app/(app)/[orgId]/settings/trust-portal/components/logos.tsx @@ -1,128 +1,174 @@ import * as React from 'react'; export const SOC2 = (props: React.SVGProps) => ( - - + + + + + + - - - + + ); export const ISO27001 = (props: React.SVGProps) => ( - + + + + - + ); export const GDPR = (props: React.SVGProps) => ( - + - + + + + + + + +