mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-18 02:41:23 +00:00
9 lines
414 B
JavaScript
9 lines
414 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://ocelot.social',
|
|
DONATE: 'https://ocelot-social.herokuapp.com/donations',
|
|
IMPRINT: 'https://ocelot-social.herokuapp.com/imprint',
|
|
DATA_PRIVACY: 'https://ocelot-social.herokuapp.com/imprint',
|
|
FAQ: 'https://ocelot-social.herokuapp.com/#kontakt',
|
|
}
|