fix invalid link to actor overview page

add new start-header link to actor overview
This commit is contained in:
2021-12-20 17:10:34 +01:00
parent 23d91973d7
commit 12dc8427aa
3 changed files with 9 additions and 2 deletions

View File

@ -37,7 +37,7 @@ export class ActorPage extends React.Component<Props, state> {
<>
<PageTitle title={this.state.actor.Name} subtitle={this.state.data ? this.state.data.length + ' videos' : null}>
<span className={style.overviewbutton}>
<Link to='/actors'>
<Link to='/media/actors'>
<Button onClick={(): void => {}} title='Go to Actor overview' />
</Link>
</span>