mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix ocelot.social link for imprint and donation (#8461)
This commit is contained in:
parent
9afedcf922
commit
2f67b8cba1
@ -22,7 +22,7 @@ const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({
|
||||
const DONATE = defaultPageParamsPages.DONATE.overwrite({
|
||||
// if defined it's dominating
|
||||
externalLink: {
|
||||
url: 'https://busfaktor.org/en/spenden',
|
||||
url: 'https://ocelot.social/en/donate/',
|
||||
target: '_blank',
|
||||
},
|
||||
|
||||
@ -38,7 +38,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
|
||||
})
|
||||
const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
|
||||
externalLink: {
|
||||
url: 'http://ocelot.social/en/impressum',
|
||||
url: 'https://ocelot.social/en/imprint/',
|
||||
target: '_blank',
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user