Changeset 0.22.9 (#151)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
.hero-content { position: relative; z-index: 1; max-width: 520px; }
|
||||
|
||||
.hero-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 1.5rem; }
|
||||
.hero-brand-icon { font-size: 40px; line-height: 1; }
|
||||
.hero-brand-icon { width: 40px; height: 40px; }
|
||||
.hero-brand-text { font-size: 1.6rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; }
|
||||
.hero-brand-text .hl { color: var(--accent); }
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
<div class="hero-orb"></div>
|
||||
<div class="hero-content">
|
||||
<div class="hero-brand anim anim-1">
|
||||
<span class="hero-brand-icon">🔀</span>
|
||||
<img class="hero-brand-icon" src="{{.BasePath}}/favicon.svg?v={{.Version}}" alt="Chat Switchboard">
|
||||
<span class="hero-brand-text">Chat <span class="hl">Switchboard</span></span>
|
||||
</div>
|
||||
<h1 class="anim anim-2">Your AI conversations,<br>your infrastructure</h1>
|
||||
@@ -197,7 +197,7 @@
|
||||
<span class="hero-pill ac"><span class="hero-pill-icon">🔍</span> Web Search Tools</span>
|
||||
<span class="hero-pill pu"><span class="hero-pill-icon">📝</span> Notes & Memory</span>
|
||||
</div>
|
||||
<p class="hero-version anim anim-5">v{{.Version}} · gobha.ai</p>
|
||||
<p class="hero-version anim anim-5">v{{.Version}}{{if .Environment}} · {{.Environment}}{{end}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user