mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Fix text style breaking build
This commit is contained in:
parent
5ff5665652
commit
4232ff52b0
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export default function ViewersOverTime() {
|
|||
<div>
|
||||
<Table dataSource={clients} columns={columns} rowKey={row => row.clientID} />
|
||||
<p>
|
||||
<Typography.Text type="disabled">
|
||||
<Typography.Text type="secondary">
|
||||
Visit the{' '}
|
||||
<a href="https://owncast.online/docs/viewers/?source=admin">documentation</a> to
|
||||
configure additional details bout your viewers.
|
||||
|
|
Loading…
Reference in a new issue