From d998409b7d5865e7439e8ba3be2b269e9c3ab0ce Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 14 Apr 2026 11:27:08 -0400 Subject: [PATCH] fix(landing): remove (you) prefix from hero wordmark Co-Authored-By: Claude Opus 4.6 --- server/landing.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/landing.ts b/server/landing.ts index 2e48c82d..46d8e5de 100644 --- a/server/landing.ts +++ b/server/landing.ts @@ -132,7 +132,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
Local-first community platform -

(you)rSpace

+

rSpace

One platform. ${modules.length} apps. All your community’s tools talking to each other.

@@ -607,7 +607,7 @@ body { letter-spacing: -0.02em; text-shadow: 0 0 60px rgba(20,184,166,0.15); } -.lp-wordmark__you { +.lp-wordmark__r { font-weight: 400; color: var(--rs-text-primary); -webkit-text-fill-color: unset;