Skip to content

Commit 5cd5a88

Browse files
bors[bot]bidoubiwa
andauthored
Merge #537
537: Update logo after rebranding r=bidoubiwa a=bidoubiwa Co-authored-by: Charlotte Vermandel <[email protected]> Co-authored-by: cvermand <[email protected]>
2 parents fe1d7e4 + b7efa91 commit 5cd5a88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playgrounds/javascript/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ docsSearchBar({
1616
},
1717
debug: true, // Set debug to true if you want to inspect the dropdown
1818
enhancedSearchInput: true,
19-
enableDarkMode: true,
19+
enableDarkMode: 'auto',
2020
})

src/lib/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const templates = {
9090
<div class="${footerPrefix}">
9191
Powered by
9292
<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"/>
9494
</a>
9595
</div>
9696
`,

tests/env/browser/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
debug: true, // Set debug to true if you want to inspect the dropdown
3636
enhancedSearchInput: true,
37-
enableDarkMode: true
37+
enableDarkMode: "auto"
3838
})
3939
</script>
4040
<style>

0 commit comments

Comments
 (0)