mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
8 lines
306 B
JavaScript
8 lines
306 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',
|
|
FAQ: 'https://ocelot.social',
|
|
SUPPORT: 'https://ocelot.social',
|
|
}
|