fix invalid link to actor overview page
add new start-header link to actor overview
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user