Stop leaking instances via links. Closes https://github.com/owncast/owncast/issues/822
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user