From 37e381ef9a5abbcbed49c3e130d49f1f246a69c0 Mon Sep 17 00:00:00 2001
From: Myriam Guedey <myriam.guedey@hft-stuttgart.de>
Date: Mon, 18 Oct 2021 08:26:37 +0000
Subject: [PATCH] Update settings.js

---
 public/settings.js | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/public/settings.js b/public/settings.js
index 04964d1..46fc9ac 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -138,28 +138,6 @@ let settings = {
         }
       ]
     },
-    {
-      name: "Robert Otto",
-      avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
-      email: "charlotte.doe@lalaland.com",
-      social: [
-        {
-          agent: "twitter",
-          icon: DEFAULT.social.twitter.icon,
-          profile: DEFAULT.social.twitter.profile
-        },
-        {
-          agent: "facebook",
-          icon: DEFAULT.social.facebook.icon,
-          profile: DEFAULT.social.facebook.profile
-        },
-        {
-          agent: "linkedin",
-          icon: DEFAULT.social.linkedin.icon,
-          profile: DEFAULT.social.linkedin.profile
-        }
-      ]
-    }
   ],
 
   footerLogos: [
-- 
GitLab