From 8efa08eccd0d18b859b6c973d879a2a73fc5fd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 16 Aug 2021 15:30:07 +0200 Subject: [PATCH] Change organization and support link in backend for now --- branding/constants/emails.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branding/constants/emails.js b/branding/constants/emails.js index f66a396..30a00b3 100644 --- a/branding/constants/emails.js +++ b/branding/constants/emails.js @@ -3,6 +3,6 @@ export default { SUPPORT_EMAIL: 'team@wir.social', MODERATION_EMAIL: 'team@wir.social', // ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails! - ORGANIZATION_LINK: 'https://wir.social/organization', - SUPPORT_LINK: 'https://wir.social/support', + ORGANIZATION_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/organization', + SUPPORT_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/support', }