Skip to content

Commit

Permalink
Fix navbar icon for dark/light mode (betaflight#213)
Browse files Browse the repository at this point in the history
fix navbar logo
  • Loading branch information
asizon committed Aug 12, 2023
1 parent 8a064c6 commit 060cc21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ const config = {
title: 'Betaflight',
logo: {
alt: 'Betaflight Logo',
src: 'img/betaflight/icon_dark.svg',
src: 'img/betaflight/icon_light.svg',
srcDark: 'img/betaflight/icon_dark.svg',
},
items: [
// {
Expand Down

0 comments on commit 060cc21

Please sign in to comment.