Skip to content

Commit 3ec1f62

Browse files
committed
Fix docs logo theme mapping
1 parent bb89ee5 commit 3ec1f62

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs-site/docs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"name": "Locality",
55
"description": "Locality mounts apps like Notion and Google Docs as local files for humans, editors, and agents.",
66
"logo": {
7-
"light": "/images/locality-logo-light.svg",
8-
"dark": "/images/locality-logo-dark.svg"
7+
"light": "/images/locality-logo-dark.svg",
8+
"dark": "/images/locality-logo-light.svg"
99
},
1010
"favicon": {
11-
"light": "/images/locality-mark-light.svg",
12-
"dark": "/images/locality-mark-dark.svg"
11+
"light": "/images/locality-mark-dark.svg",
12+
"dark": "/images/locality-mark-light.svg"
1313
},
1414
"colors": {
1515
"primary": "#0F766E",

0 commit comments

Comments
 (0)