From cb7c28e548f48b162c7d6084e3b94b19028bc771 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Thu, 13 Jul 2023 19:50:28 +0530 Subject: [PATCH] feat: use white image for dark mode --- docs/canary-checker/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/canary-checker/docusaurus.config.js b/docs/canary-checker/docusaurus.config.js index 7b22d02e..aa434889 100644 --- a/docs/canary-checker/docusaurus.config.js +++ b/docs/canary-checker/docusaurus.config.js @@ -18,6 +18,7 @@ module.exports = { logo: { alt: 'Canary Checker Logo', src: 'img/canary-checker.svg', + srcDark: 'img/canary-checker-white.svg', }, items: [ { @@ -60,4 +61,3 @@ module.exports = { ], ], }; - \ No newline at end of file