Skip to content

Commit

Permalink
logo: Use proper React field names
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Dec 8, 2023
1 parent 0fdff2d commit 0696794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const config = {
//src: 'img/logo.png',
// Uncomment src and style below to enable christmas mode ;)
src: 'img/logo_christmas.png',
style: {height: '48px', 'max-width': '58px', 'margin-top': '-15px', 'margin-left': '-15px'},
style: {height: '48px', maxWidth: '58px', marginTop: '-15px', marginLeft: '-15px'},
},
items: [
{
Expand Down

0 comments on commit 0696794

Please sign in to comment.