From e9638147d1ac2bc612026dca315970166ed870c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 19 Jul 2021 15:31:32 +0200 Subject: [PATCH] Add comment to 'links.js' --- branding/constants/links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/branding/constants/links.js b/branding/constants/links.js index 6b945a5..70586f2 100644 --- a/branding/constants/links.js +++ b/branding/constants/links.js @@ -4,6 +4,7 @@ export default { SUPPORT: 'https://ocelot.social', // on null or empty strings internal imprint is used, see 'webapp/locales/html/' + // you can find and store templates at 'master/branding/templates/' DONATE: 'https://ocelot-social.herokuapp.com/donations', // we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly IMPRINT: 'https://ocelot-social.herokuapp.com/imprint', // we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly TERMS_AND_CONDITIONS: null,