Skip to content

Commit

Permalink
Merge pull request #6971 from Ocelot-Social-Community/6865-fix-footer…
Browse files Browse the repository at this point in the history
…-links

fix(webapp): fix footer links
  • Loading branch information
Tirokk authored Jan 29, 2024
2 parents ec77d81 + b6e655c commit 2ea25ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webapp/constants/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({
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',
},

Expand All @@ -39,8 +38,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
})
const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
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',
},

Expand Down

0 comments on commit 2ea25ad

Please sign in to comment.