File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
playgrounds/javascript/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ docsSearchBar({
16
16
} ,
17
17
debug : true , // Set debug to true if you want to inspect the dropdown
18
18
enhancedSearchInput : true ,
19
- enableDarkMode : true ,
19
+ enableDarkMode : 'auto' ,
20
20
} )
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const templates = {
90
90
<div class="${ footerPrefix } ">
91
91
Powered by
92
92
<a href="https://www.meilisearch.com" target="_blank">
93
- <img src="https://res.cloudinary.com/meilisearch/image/upload/v1582710599/Logo_fumols .svg" height="20" width="97" class="${ footerPrefix } -logo"/>
93
+ <img src="https://res.cloudinary.com/meilisearch/image/upload/v1643647003/Logo/logo_text_mono .svg" height="20" width="97" class="${ footerPrefix } -logo"/>
94
94
</a>
95
95
</div>
96
96
` ,
Original file line number Diff line number Diff line change 34
34
} ,
35
35
debug : true , // Set debug to true if you want to inspect the dropdown
36
36
enhancedSearchInput : true ,
37
- enableDarkMode : true
37
+ enableDarkMode : "auto"
38
38
} )
39
39
</ script >
40
40
< style >
You can’t perform that action at this time.
0 commit comments