mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(admin): Broken link to the stream health page (#3064)
This commit is contained in:
parent
a63c9ff20e
commit
6976b0ddb8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export const StreamHealthOverview: FC<StreamHealthOverviewProps> = ({ showTroubl
|
|||
showIcon
|
||||
action={
|
||||
showTroubleshootButton && (
|
||||
<Link passHref href="/stream-health">
|
||||
<Link passHref href="/admin/stream-health">
|
||||
<Button size="small" type="text" style={{ color: 'black' }}>
|
||||
TROUBLESHOOT
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue