Fix wrong link to service maintainer (#23)

This commit is contained in:
Ingo Oppermann 2023-01-16 09:40:56 +01:00
parent 43e691b9ce
commit 8e07fcef80
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -47,7 +47,7 @@ export default function TabContent(props) {
<Grid item xs={12}>
<Typography>
<Trans>Maintainer:</Trans>{' '}
<Link color="secondary" target="_blank" href={props.service.author.creator.link}>
<Link color="secondary" target="_blank" href={props.service.author.maintainer.link}>
{props.service.author.maintainer.name}
</Link>
</Typography>