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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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