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 Feb 22, 2024
1 parent cda6cac commit 9e11b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const config: 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 9e11b43

Please sign in to comment.