Skip to content

Commit

Permalink
config: Remove Christmas hat
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jan 6, 2025
1 parent a0dca08 commit 1b7c785
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ const config: Config = {
navbar: {
logo: {
alt: 'Oasis Docs',
//src: 'img/logo.svg',
//srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
src: 'img/logo.svg',
srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
// Uncomment src and style below to enable christmas mode ;)
src: 'img/logo_christmas.svg',
srcDark: 'img/logo_christmas_dark.svg',
style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
//src: 'img/logo_christmas.svg',
//srcDark: 'img/logo_christmas_dark.svg',
//style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
},
items: [
{
Expand Down

0 comments on commit 1b7c785

Please sign in to comment.