Fix wrong link to service maintainer (#23)
This commit is contained in:
parent
43e691b9ce
commit
8e07fcef80
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user