mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-16 01:44:37 +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',
|
|
}
|