14 lines
596 B
JavaScript
14 lines
596 B
JavaScript
// 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',
|
|
}
|