Merge branch 'master' into 6675-fix-duoble-api-in-avatar-url

This commit is contained in:
Wolfgang Huß 2023-08-23 10:28:48 +02:00 committed by GitHub
commit 843b5ad505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,7 +270,7 @@ export default {
},
group: {
linkTitle: '&' + e.features[0].properties.slug,
link: `/group/${e.features[0].properties.id}/${e.features[0].properties.slug}`,
link: `/groups/${e.features[0].properties.id}/${e.features[0].properties.slug}`,
},
event: {
linkTitle: e.features[0].properties.slug,