fix(landing): remove (you) prefix from hero wordmark
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e2e9bc42fd
commit
d998409b7d
|
|
@ -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’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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue