diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 105927801..9b14e21c3 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -57,11 +57,11 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ navbar: { - title: 'Corso', + title: '', logo: { alt: 'Corso Logo', - src: '/img/corso_logo.svg', - srcDark: 'img/corso_logo_white.svg', + src: '/img/corso_horizontal_logo.svg', + srcDark: 'img/corso_horizontal_logo_white.svg', }, items: [ { @@ -79,6 +79,11 @@ const config = { }, footer: { style: 'dark', + logo: { + alt: 'Corso Logo', + src: 'img/corso_horizontal_logo_white.svg', + height: 60, + }, links: [ { title: 'Resources', diff --git a/docs/static/img/corso_horizontal_logo.svg b/docs/static/img/corso_horizontal_logo.svg new file mode 100755 index 000000000..98ce0ce76 --- /dev/null +++ b/docs/static/img/corso_horizontal_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/static/img/corso_horizontal_logo_white.svg b/docs/static/img/corso_horizontal_logo_white.svg new file mode 100755 index 000000000..a2a377172 --- /dev/null +++ b/docs/static/img/corso_horizontal_logo_white.svg @@ -0,0 +1 @@ + \ No newline at end of file