fix(landing): remove (you) prefix from hero wordmark

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-14 11:27:08 -04:00
parent e2e9bc42fd
commit d998409b7d
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
<div class="lp-hero__grid" aria-hidden="true"></div>
<div class="lp-hero__content">
<span class="rl-tagline">Local-first community platform</span>
<h1 class="lp-wordmark"><span class="lp-wordmark__you">(you)r</span><span class="lp-wordmark__space">Space</span></h1>
<h1 class="lp-wordmark"><span class="lp-wordmark__r">r</span><span class="lp-wordmark__space">Space</span></h1>
<p class="lp-hero__tagline">
One platform. ${modules.length} apps. All your community&rsquo;s tools talking to each other.
</p>
@ -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;