design: implement the actual SoftLAN wordmark
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user