From 86770451feb5a7db7871df0366bfed5625a5e3a7 Mon Sep 17 00:00:00 2001 From: Joao Date: Sun, 17 May 2026 22:21:05 -0500 Subject: [PATCH] style(wordmark): drop the dot separator between Translation and Helper Renders as "Translation Helper" instead of "Translation.Helper" in the brand mark. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/primitives/Wordmark.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/primitives/Wordmark.tsx b/src/components/primitives/Wordmark.tsx index a536f98..fa4ecb2 100644 --- a/src/components/primitives/Wordmark.tsx +++ b/src/components/primitives/Wordmark.tsx @@ -15,7 +15,7 @@ export function Wordmark({ size = 22 }: WordmarkProps) { color: 'var(--accent)', }} > - Translation.Helper + Translation Helper );