diff --git a/branding/constants/emails.js b/branding/constants/emails.js index 54e7bbf..a4af6cd 100644 --- a/branding/constants/emails.js +++ b/branding/constants/emails.js @@ -1,4 +1,4 @@ export default { - SUPPORT: 'hello@ocelot.social', - MODERATION: 'hello@ocelot.social', + SUPPORT: 'team@wir.social', + MODERATION: 'team@wir.social', } diff --git a/branding/constants/links.js b/branding/constants/links.js index 070ffa1..2f56115 100644 --- a/branding/constants/links.js +++ b/branding/constants/links.js @@ -1,7 +1,7 @@ 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', + ORGANIZATION: 'https://webcraft-media.de', + 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', + FAQ: 'https://www.webcraft-media.de/#!contact', } diff --git a/branding/constants/metadata.js b/branding/constants/metadata.js index 55dfe23..0233c83 100644 --- a/branding/constants/metadata.js +++ b/branding/constants/metadata.js @@ -1,8 +1,8 @@ export default { - APPLICATION_NAME: 'ocelot.social', - APPLICATION_SHORT_NAME: 'ocelot', - APPLICATION_DESCRIPTION: 'Ocelot Social Community', + APPLICATION_NAME: 'wir.social', + APPLICATION_SHORT_NAME: 'wir', + APPLICATION_DESCRIPTION: 'Wir Social Community', COOKIE_NAME: 'ocelot-social-token', - ORGANIZATION_NAME: 'busFaktor e.V.', - ORGANIZATION_JURISDICTION: 'Somewhere', + ORGANIZATION_NAME: 'Webcraft-Media', + ORGANIZATION_JURISDICTION: 'Deutschland', }