From bee814787ade764983be0e69354882acf62d16a9 Mon Sep 17 00:00:00 2001 From: dotta Date: Fri, 20 Mar 2026 07:34:04 -0500 Subject: [PATCH] fix: raise Paperclip wordmark to align with logo icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Text y position 13 → 11.5 so the wordmark vertically centers with the scaled paperclip icon. Co-Authored-By: Paperclip --- server/src/routes/org-chart-svg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/routes/org-chart-svg.ts b/server/src/routes/org-chart-svg.ts index aaa408e5..d0d83159 100644 --- a/server/src/routes/org-chart-svg.ts +++ b/server/src/routes/org-chart-svg.ts @@ -488,7 +488,7 @@ const PAPERCLIP_LOGO_SVG = ` - Paperclip + Paperclip `; // ── Public API ───────────────────────────────────────────────────