fix(admin): Broken link to the stream health page (#3064)

This commit is contained in:
Tung Bui (Leo)
2023-06-03 01:15:01 +07:00
committed by GitHub
parent a63c9ff20e
commit 6976b0ddb8

View File

@ -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>