mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 19:49:31 +03:00
Fix link
This commit is contained in:
parent
211bcf4308
commit
bf92705dfc
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export const Offline: FC<OfflineProps> = ({ logs = [], config }) => {
|
||||||
Streaming Keys:
|
Streaming Keys:
|
||||||
</Text>
|
</Text>
|
||||||
<Text strong className="stream-info-box">
|
<Text strong className="stream-info-box">
|
||||||
<Link href="/admin/config/general"> View </Link>
|
<Link href="/admin/config/server"> View </Link>
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue