Skip to content

Commit

Permalink
docs: point logo to the main chimpjs url
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki committed Mar 16, 2021
1 parent daa0079 commit 73fb0ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,23 @@ module.exports = {
switchConfig: {
darkIcon: '◑',
darkIconStyle: {
color: '#ffffff'
color: '#ffffff',
},
lightIcon: '◑',
lightIconStyle: {
color: '#ffffff'
color: '#ffffff',
},
}
},
},
navbar: {
hideOnScroll: true,
title: '',
logo: {
href: 'https://www.chimpjs.com/',
alt: 'Chimp.js Logo',
src: 'img/logo.svg',
srcDark: 'img/logo-dark.svg',
target: '_self',
},
items: [],
},
Expand Down

0 comments on commit 73fb0ee

Please sign in to comment.