diff options
author | Pete Johanson <[email protected]> | 2020-06-09 23:18:12 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-06-09 23:18:12 -0400 |
commit | e9d7c54b1c49f0ef90d526205b5f85306db4b2f6 (patch) | |
tree | 9eb92ff29ad3afbe677de7c1ac4c6b1795f024a8 /docs/docusaurus.config.js | |
parent | 1ba66e7dbe027bc98dae16d059345ac6f661418d (diff) | |
download | zmk-e9d7c54b1c49f0ef90d526205b5f85306db4b2f6.tar.gz zmk-e9d7c54b1c49f0ef90d526205b5f85306db4b2f6.zip |
New logo and color palette.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1653a0f175..053fbe57c2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -11,7 +11,7 @@ module.exports = { title: "ZMK Firmware", logo: { alt: "ZMK Logo", - src: "img/zmk_logo.png", + src: "img/zmk_logo.svg", }, links: [ { |