design: implement the actual SoftLAN wordmark

This commit is contained in:
2026-06-21 21:27:54 +02:00
parent 6415a4e517
commit 9d1cc771fc
2 changed files with 12 additions and 3 deletions
@@ -8,7 +8,11 @@ interface Props {
export const Brand = ({ accent, peerCount }: Props) => (
<div className="brand">
<LiveLogo className="brand-mark" accent={accent} size={28} />
<div className="brand-name">SoftLAN</div>
{/* Two-tone wordmark per design/logo/INTEGRATION.md: "Soft" in --t-1,
"LAN" always in the accent. */}
<div className="brand-name">
Soft<span className="brand-name-lan">LAN</span>
</div>
{peerCount > 0 && (
<span
className="brand-peers"