From 9bfc8e8753f7297f91b868c64e804a5738c46afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 3 Jun 2021 07:54:47 +0200 Subject: [PATCH] Extend and change links --- branding/constants/links.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/branding/constants/links.js b/branding/constants/links.js index 1046e3f..a334f73 100644 --- a/branding/constants/links.js +++ b/branding/constants/links.js @@ -1,8 +1,13 @@ // this file is duplicated in `backend/src/config/links.js` and `webapp/constants/links.js` and replaced on rebranding export default { ORGANIZATION: 'https://webcraft-media.de', + SUPPORT: 'https://webcraft-media.de', + + // on null or empty string internal imprint is used, see 'webapp/locales/html/' DONATE: 'https://webcraft-media.de/donate-for-wir-social.html', IMPRINT: 'https://www.webcraft-media.de/#!impressum', DATA_PRIVACY: 'https://www.webcraft-media.de/#!datenschutz', + TERMS_AND_CONDITIONS: null, + CODE_OF_CONDUCT: null, FAQ: 'https://www.webcraft-media.de/#!contact', }