From 9d1cc771fc68cd5f38c7bf200a5800e3237cac85 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 21 Jun 2026 21:27:54 +0200 Subject: [PATCH] design: implement the actual SoftLAN wordmark --- crates/lanspread-tauri-deno-ts/src/components/Brand.tsx | 6 +++++- crates/lanspread-tauri-deno-ts/src/styles/launcher.css | 9 +++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/crates/lanspread-tauri-deno-ts/src/components/Brand.tsx b/crates/lanspread-tauri-deno-ts/src/components/Brand.tsx index ee13e8b..9c887c0 100644 --- a/crates/lanspread-tauri-deno-ts/src/components/Brand.tsx +++ b/crates/lanspread-tauri-deno-ts/src/components/Brand.tsx @@ -8,7 +8,11 @@ interface Props { export const Brand = ({ accent, peerCount }: Props) => (
-
SoftLAN
+ {/* Two-tone wordmark per design/logo/INTEGRATION.md: "Soft" in --t-1, + "LAN" always in the accent. */} +
+ SoftLAN +
{peerCount > 0 && (