Stop leaking instances via links. Closes https://github.com/owncast/owncast/issues/822

This commit is contained in:
Gabe Kangas
2021-03-22 20:43:25 -07:00
parent 6046f91e48
commit aefe884daf
2 changed files with 17 additions and 9 deletions

View File

@@ -130,8 +130,14 @@ export default function ViewersOverTime() {
<p>
<Typography.Text type="secondary">
Visit the{' '}
<a href="https://owncast.online/docs/viewers/?source=admin">documentation</a> to
configure additional details about your viewers.
<a
href="https://owncast.online/docs/viewers/?source=admin"
target="_blank"
rel="noopener noreferrer"
>
documentation
</a>{' '}
to configure additional details about your viewers.
</Typography.Text>{' '}
</p>
</div>