Skip to content

Commit f9c7648

Browse files
committed
docusaurus.config.ts: Let it snow, let it snow, let it snow
1 parent 7deab0d commit f9c7648

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ const config: Config = {
109109
navbar: {
110110
logo: {
111111
alt: 'Oasis Docs',
112-
//src: 'img/logo.svg',
113-
//srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
112+
src: 'img/logo.svg',
113+
srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
114114
// Uncomment src and style below to enable christmas mode ;)
115-
src: 'img/logo_christmas.svg',
116-
srcDark: 'img/logo_christmas_dark.svg',
117-
style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
115+
//src: 'img/logo_christmas.svg',
116+
//srcDark: 'img/logo_christmas_dark.svg',
117+
//style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
118118
},
119119
items: [
120120
{

0 commit comments

Comments
 (0)