Replace generic cloud-lightning logo with custom network nexus mark

The new icon represents Wild Central's role as a network hub —
a central node radiating connections to services. Updated favicon,
sidebar logo component, theme color, and PWA manifest name.
This commit is contained in:
2026-07-12 04:25:41 +00:00
parent 43d407bf2e
commit 24bb976652
4 changed files with 48 additions and 12 deletions

View File

@@ -1,7 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0ea5e9"/>
<g transform="translate(4, 4)" stroke="white" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973"/>
<path d="M13 11l-3 5h4l-3 5"/>
</g>
</svg>
<rect width="32" height="32" rx="7" fill="#2563eb"/>
<!-- Central node -->
<circle cx="16" cy="16" r="4" fill="white"/>
<!-- Radiating connections -->
<line x1="16" y1="6" x2="16" y2="11" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="16" y1="21" x2="16" y2="26" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="6" y1="16" x2="11" y2="16" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="21" y1="16" x2="26" y2="16" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="8.9" y1="8.9" x2="12.5" y2="12.5" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="19.5" y1="19.5" x2="23.1" y2="23.1" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="23.1" y1="8.9" x2="19.5" y2="12.5" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="12.5" y1="19.5" x2="8.9" y2="23.1" stroke="white" stroke-width="2" stroke-linecap="round"/>
<!-- Outer ring nodes -->
<circle cx="16" cy="5.5" r="1.5" fill="white" opacity="0.7"/>
<circle cx="16" cy="26.5" r="1.5" fill="white" opacity="0.7"/>
<circle cx="5.5" cy="16" r="1.5" fill="white" opacity="0.7"/>
<circle cx="26.5" cy="16" r="1.5" fill="white" opacity="0.7"/>
<circle cx="8.6" cy="8.6" r="1.5" fill="white" opacity="0.5"/>
<circle cx="23.4" cy="23.4" r="1.5" fill="white" opacity="0.5"/>
<circle cx="23.4" cy="8.6" r="1.5" fill="white" opacity="0.5"/>
<circle cx="8.6" cy="23.4" r="1.5" fill="white" opacity="0.5"/>
</svg>

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 1.5 KiB