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,6 +1,6 @@
{
"short_name": "Wild Cloud",
"name": "Wild Cloud Central",
"short_name": "Wild Central",
"name": "Wild Central",
"icons": [
{
"src": "favicon.svg",
@@ -10,6 +10,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#0ea5e9",
"theme_color": "#2563eb",
"background_color": "#ffffff"
}