diff --git a/public/settings.js b/public/settings.js
index 8b0e84fe5f8f841a8880f1378d60c548d960edfb..29505b007137ba7cd58343cf53beca993bfb9b2b 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -50,8 +50,7 @@ let settings = {
 
   pageTitle: "M4_LAB Handlungsleitfaden",
 
-  switches: [
-    {
+  switches: [{
       name: "participants",
       state: ON
     },
@@ -61,13 +60,11 @@ let settings = {
     }
   ],
 
-  participants: [
-    {
+  participants: [{
       name: "Keyu Bao",
       avatar: DEFAULT.avatar,
       email: "",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -93,8 +90,7 @@ let settings = {
       name: "Eric Duminil",
       avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/0/1/csm_Eric_Duminil_Square_98e69d6263.jpg`,
       email: "eric.duminil@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -115,8 +111,7 @@ let settings = {
       name: "Tom Kwakman",
       avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/3/b/csm_13946ef1_2_b225f6bc69.jpg`,
       email: "tom.kwakman@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -137,8 +132,7 @@ let settings = {
       name: "Carolin Lahode",
       avatar: DEFAULT.avatar,
       email: "carolin.lahode@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -156,11 +150,10 @@ let settings = {
       ]
     },
     {
-      name: "Sarah Lang",
+      name: "Sarah Lang-Lehmann",
       avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/1/4/csm_IMG_9660_9b8c1e5116.jpg`,
       email: "sarah.lang@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -181,8 +174,7 @@ let settings = {
       name: "Alexander Lee",
       avatar: DEFAULT.avatar,
       email: "alexander.lee@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -203,8 +195,7 @@ let settings = {
       name: "Rushikesh Padsala",
       avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/1/6/csm_Passport_Size_Pic__2__74a070b0fc.jpg`,
       email: "rushikesh.padsala@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -225,8 +216,7 @@ let settings = {
       name: "Amando Reber",
       avatar: DEFAULT.avatar,
       email: "amando.reber@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -247,8 +237,7 @@ let settings = {
       name: "Sarah Ann Sutter",
       avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/b/f/csm_Passbild_hft_sw_c0c7185dfd.jpg`,
       email: "sarah.sutter@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -269,8 +258,7 @@ let settings = {
       name: "Patrick Würstle",
       avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/7/f/csm_ImageProfil_58941e6c5a.jpg`,
       email: "patrick.wuerstle@hft-stuttgart.de",
-      social: [
-        {
+      social: [{
           agent: "twitter",
           icon: DEFAULT.social.twitter.icon,
           profile: DEFAULT.social.twitter.profile
@@ -312,8 +300,7 @@ let settings = {
   //   ]
   // }
 
-  footerLogos: [
-    {
+  footerLogos: [{
       logo: `${BASE_URL}/assets/logos/Logo_M4_LAB.jpg`,
       href: EMPTY_LINK,
       title: "M4_LAB"