Browse Source

Fix text style breaking build

pull/1886/head
Gabe Kangas 5 years ago
parent
commit
4232ff52b0
  1. 2
      web/pages/viewer-info.tsx

2
web/pages/viewer-info.tsx

@ -128,7 +128,7 @@ export default function ViewersOverTime() { @@ -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…
Cancel
Save