Merge pull request #4 from wir-social/1-flexible-footer-links

feat: [WIP] 🍰 Flexible Footer Links
This commit is contained in:
Wolfgang Huß 2021-06-07 20:31:42 +02:00 committed by GitHub
commit 9aa3e51a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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