From e07917c3fa66fb739ea6181c8454a46b096cc62e Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Wed, 1 Apr 2026 09:08:17 -0500 Subject: [PATCH 1/2] Fix logo SVG overflow in marketing and web marks - Replace the cropped mark paths with full SVG artwork - Use a consistent transformed view so the icon fits the 180x180 canvas --- apps/marketing/components/OkCodeLogo.tsx | 22 ++++++++++++---------- apps/marketing/public/icon.svg | 8 +++----- apps/web/src/components/OkCodeMark.tsx | 22 ++++++++++++---------- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/apps/marketing/components/OkCodeLogo.tsx b/apps/marketing/components/OkCodeLogo.tsx index 628629cf..a90024c8 100644 --- a/apps/marketing/components/OkCodeLogo.tsx +++ b/apps/marketing/components/OkCodeLogo.tsx @@ -9,16 +9,18 @@ type OkCodeLogoProps = { export function OkCodeMark({ className = "w-6 h-6" }: OkCodeMarkProps) { return ( - \ No newline at end of file + diff --git a/apps/web/src/components/OkCodeMark.tsx b/apps/web/src/components/OkCodeMark.tsx index 579c97c2..35ac32b2 100644 --- a/apps/web/src/components/OkCodeMark.tsx +++ b/apps/web/src/components/OkCodeMark.tsx @@ -4,16 +4,18 @@ type OkCodeMarkProps = { export function OkCodeMark({ className = "size-5" }: OkCodeMarkProps) { return ( -