Skip to content

Commit

Permalink
fix: logo swap between light mode and dark mode (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mleisy committed Oct 19, 2022
1 parent cf31f91 commit ad3af5d
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -24,7 +24,8 @@ module.exports = {
navbar: {
logo: {
alt: 'Open Sauced Logo',
src: 'img/logo.png',
src: 'img/logo_lightmode.png',
srcDark: 'img/logo_darkmode.png',
href: 'https://opensauced.pizza/'
},
items: [
Expand Down
Binary file added static/img/logo_darkmode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit ad3af5d

Please sign in to comment.