Skip to content

Commit 9af7e36

Browse files
authored
Merge pull request #7 from AceDataCloud/fix/update-logo
fix: update logo to use brand PNG assets with light/dark variants
2 parents 94fa2a7 + a9d4cc1 commit 9af7e36

6 files changed

Lines changed: 4 additions & 14 deletions

File tree

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"favicon": "/favicon.svg",
1212
"logo": {
13-
"light": "/logo/light.svg",
14-
"dark": "/logo/dark.svg",
13+
"light": "/logo/light.png",
14+
"dark": "/logo/dark.png",
1515
"href": "https://acedata.cloud"
1616
},
1717
"navbar": {

logo/dark.png

14.7 KB
Loading

logo/dark.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

logo/light.png

21.2 KB
Loading

logo/light.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,8 +1539,8 @@ def main():
15391539
},
15401540
"favicon": "/favicon.svg",
15411541
"logo": {
1542-
"light": "/logo/light.svg",
1543-
"dark": "/logo/dark.svg",
1542+
"light": "/logo/light.png",
1543+
"dark": "/logo/dark.png",
15441544
"href": "https://acedata.cloud",
15451545
},
15461546
"navbar": {

0 commit comments

Comments
 (0)