mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-17 22:17:50 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user