Skip to content

Commit

Permalink
feat: use white image for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 13, 2023
1 parent b0ba0a5 commit cb7c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/canary-checker/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
logo: {
alt: 'Canary Checker Logo',
src: 'img/canary-checker.svg',
srcDark: 'img/canary-checker-white.svg',
},
items: [
{
Expand Down Expand Up @@ -60,4 +61,3 @@ module.exports = {
],
],
};

0 comments on commit cb7c28e

Please sign in to comment.