Skip to content

Commit 3d4ee49

Browse files
committed
feat: enable white logo for dark theme
1 parent b78cd93 commit 3d4ee49

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module.exports = {
3535
logo: {
3636
alt: 'Wokwi Logo',
3737
src: 'img/logo.svg',
38+
srcDark: 'img/logo-white.svg',
3839
href: 'https://wokwi.com',
3940
},
4041
items: [

static/img/logo-white.svg

Lines changed: 43 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)