mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-10 18:56:53 +00:00
refactor: complete docs logo PNG-to-SVG migration (#1601)
Update docs.json logo paths from PNG to SVG, matching the frontend convention (sencho-logo-dark.svg / sencho-logo-light.svg). Remove old PNG assets from docs/images/logo/.
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
"dark": "#00BEC7"
|
||||
},
|
||||
"logo": {
|
||||
"light": "/images/logo/logo-light.png",
|
||||
"dark": "/images/logo/logo-dark.png",
|
||||
"light": "/images/logo/sencho-logo-light.svg",
|
||||
"dark": "/images/logo/sencho-logo-dark.svg",
|
||||
"href": "https://sencho.io"
|
||||
},
|
||||
"favicon": "/images/logo/favicon.ico",
|
||||
|
||||
Reference in New Issue
Block a user