refactor: replace PNG logos with SVG (#1559)

Swap sencho-logo PNGs for SVGs in frontend/public. Update all references
in index.html, SidebarBrand.tsx, and README.md.
This commit is contained in:
Anso
2026-07-03 23:29:27 -04:00
committed by GitHub
parent 4a350e7a0a
commit 1fac6f797f
7 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="frontend/public/sencho-logo-dark.png">
<img src="frontend/public/sencho-logo-light.png" alt="Sencho" width="220">
<source media="(prefers-color-scheme: dark)" srcset="frontend/public/sencho-logo-dark.svg">
<img src="frontend/public/sencho-logo-light.svg" alt="Sencho" width="220">
</picture>
### Self-hosted Docker Compose management for one machine or a fleet.