admin / Syanpse-Vanguard
public
Syanpse-Vanguard / synapse-vanguard-v3 / sv / web / assets / README.md
612 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Branding assets The login screen and dashboard load **`/assets/logo.png`** and fall back to **`logo.svg`** if the PNG is absent. ## Use your own logo Drop your logo file here as `logo.png` (recommended ~256×300, transparent background looks best on the dark IronNode theme): ``` sv/web/assets/logo.png ``` No rebuild needed — it's served directly by the app. Reload the browser. `logo.svg` is a self-contained IronNode-styled placeholder (shield + network-node "V") shown until you add `logo.png`. Assets are served same-origin by the API, so nothing is fetched from an external CDN (data-sovereign). |