From f7389c391739c2a1ebf7b30b89f4f04aa81e90f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 29 Nov 2023 12:52:04 +0100 Subject: [PATCH] Replace footer URLs with --- branding/constants/links.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branding/constants/links.ts b/branding/constants/links.ts index 7efac15..c62c846 100644 --- a/branding/constants/links.ts +++ b/branding/constants/links.ts @@ -23,7 +23,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({ // if defined it's dominating externalLink: { // we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly - url: 'https://ocelot-social.herokuapp.com/donations', + url: 'https://busfaktor.org/en/spenden', target: '_blank', }, @@ -41,7 +41,7 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({ // if defined it's dominating externalLink: { // we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly - url: 'https://ocelot-social.herokuapp.com/imprint', + url: 'http://ocelot.social/en/impressum', target: '_blank', },