From baec963c40df3eaf394db478e1b25fc28127b3fa Mon Sep 17 00:00:00 2001
From: haidner1 <haidner@live.de>
Date: Wed, 21 Sep 2022 17:06:32 +0200
Subject: [PATCH] =?UTF-8?q?Logo=20f=C3=BCr=20FIT-Connect=20dem=20Footer=20?=
 =?UTF-8?q?hinuugef=C3=BCgt,=20mit=20Link=20auf=20https://www.fitko.de/pro?=
 =?UTF-8?q?jektmanagement/fit-connect?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docusaurus.config.js | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index b8490042f..a9c34f116 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -36,16 +36,16 @@ module.exports = {
     },
     navbar: {
       title: 'FIT-Connect',
-	  logo: {
-        alt: 'FIT-Connect-Logo',
-        src: '/images/FIT-Connect-logo.svg',
-        srcDark: '/images/FIT-Connect-logo.svg',
-        href: 'https://www.fitko.de/projektmanagement/fit-connect',
-        /* href: 'https://docs.fitko.de/fit-connect/docs/',  */
-        target: '_self',
-        width: 250,
-        height: 30,        
-      },
+      logo: {
+          alt: 'FIT-Connect-Logo',
+          src: '/images/FIT-Connect-logo.svg',
+          srcDark: '/images/FIT-Connect-logo.svg',
+          /* href: 'https://www.fitko.de/projektmanagement/fit-connect', */
+          href: 'https://docs.fitko.de/fit-connect/docs/',
+          target: '_self',
+          width: 250,
+          height: 30,        
+        },
       items: [
         {
           type: 'html',
@@ -125,6 +125,13 @@ module.exports = {
     },
     footer: {
       style: 'light',
+      logo: {
+        alt: 'FIT-Connect-Logo',
+        src: '/images/FIT-Connect-logo.svg',
+        href: 'https://www.fitko.de/projektmanagement/fit-connect',
+        width: 250,
+        height: 30,        
+      },
       copyright: `Copyright © ${new Date().getFullYear()} FITKO (Föderale IT-Kooperation) | Zum Gottschalkhof 3 | 60594 Frankfurt am Main | E-Mail: poststelle@fitko.de | https://www.fitko.de | Die FITKO ist eine Anstalt des öffentlichen Rechts. Sie wird vertreten durch die Präsidentin Frau Dr. Annette Schmidt.`,
     },
   },
-- 
GitLab