mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +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",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.6 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 14 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user