mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 04:27:18 +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
|
showIcon
|
||||||
action={
|
action={
|
||||||
showTroubleshootButton && (
|
showTroubleshootButton && (
|
||||||
<Link passHref href="/stream-health">
|
<Link passHref href="/admin/stream-health">
|
||||||
<Button size="small" type="text" style={{ color: 'black' }}>
|
<Button size="small" type="text" style={{ color: 'black' }}>
|
||||||
TROUBLESHOOT
|
TROUBLESHOOT
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user