diff --git a/branding/constants/emails.js b/branding/constants/emails.js index 5a69681..54e7bbf 100644 --- a/branding/constants/emails.js +++ b/branding/constants/emails.js @@ -1,4 +1,4 @@ export default { - SUPPORT: 'support-schools-in-motion@roschaefer.de', - MODERATION: 'moderation-schools-in-motion@roschaefer.de', + SUPPORT: 'hello@ocelot.social', + MODERATION: 'hello@ocelot.social', } diff --git a/branding/constants/links.js b/branding/constants/links.js index 36ee423..070ffa1 100644 --- a/branding/constants/links.js +++ b/branding/constants/links.js @@ -1,7 +1,7 @@ export default { - ORGANIZATION: 'https://www.youth-and-arts.nrw/', - DONATE: 'https://www.youth-and-arts.nrw/de/kontakt', - IMPRINT: 'https://www.youth-and-arts.nrw/de/impressum', - DATA_PRIVACY: 'https://www.youth-and-arts.nrw/de/datenschutzerklaerung', - FAQ: 'https://www.youth-and-arts.nrw/de/kontakt', + 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', } diff --git a/branding/constants/metadata.js b/branding/constants/metadata.js index 940e28c..55dfe23 100644 --- a/branding/constants/metadata.js +++ b/branding/constants/metadata.js @@ -1,8 +1,8 @@ export default { - APPLICATION_NAME: 'fyphe_O', - APPLICATION_SHORT_NAME: 'fyphe', - APPLICATION_DESCRIPTION: 'The Schools in Motion Network', + APPLICATION_NAME: 'ocelot.social', + APPLICATION_SHORT_NAME: 'ocelot', + APPLICATION_DESCRIPTION: 'Ocelot Social Community', COOKIE_NAME: 'ocelot-social-token', - ORGANIZATION_NAME: 'Ensible e.V.', - ORGANIZATION_JURISDICTION: 'Köln', + ORGANIZATION_NAME: 'busFaktor e.V.', + ORGANIZATION_JURISDICTION: 'Somewhere', }