Fix go2rtc dashboard link (#5546)

* Fix go2rtc dashboard link

* Add trailing /
This commit is contained in:
Nicolas Mowen
2023-02-20 19:16:26 -07:00
committed by GitHub
parent a8c567d877
commit 3524d1a055

View File

@@ -90,7 +90,7 @@ export default function System() {
className="p-1 text-blue-500 hover:underline"
target="_blank"
rel="noopener noreferrer"
href="live/webrtc"
href="/live/webrtc/"
>
go2rtc dashboard
</Link>