Extend and change links

This commit is contained in:
Wolfgang Huß 2021-06-03 07:54:47 +02:00
parent ccaec4ac23
commit 9bfc8e8753

View File

@ -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',
}