From 2f35e33bb097e75bf6b99658c70fccd68a303fe8 Mon Sep 17 00:00:00 2001 From: Myriam Guedey <myriam.guedey@hft-stuttgart.de> Date: Mon, 18 Oct 2021 12:15:18 +0000 Subject: [PATCH] Update settings.js --- public/settings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/settings.js b/public/settings.js index 177c6b5..27da65a 100644 --- a/public/settings.js +++ b/public/settings.js @@ -118,11 +118,11 @@ let settings = { avatar: DEFAULT.avatar, email: "robert.otto@hft-stuttgart.de", social: [ - { +// { // agent: "twitter", // icon: DEFAULT.social.twitter.icon, // profile: DEFAULT.social.twitter.profile - }, +// }, ] }, { @@ -130,11 +130,11 @@ let settings = { avatar: DEFAULT.avatar, email: "salam.traboulsi@hft-stuttgart.de", social: [ - { +// { // agent: "twitter", // icon: DEFAULT.social.twitter.icon, // profile: DEFAULT.social.twitter.profile - }, +// }, ] } ], -- GitLab