mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
fix(admin): Broken link to the stream health page (#3064)
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user