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() {
<div> <div>
<Table dataSource={clients} columns={columns} rowKey={row => row.clientID} /> <Table dataSource={clients} columns={columns} rowKey={row => row.clientID} />
<p> <p>
<Typography.Text type="disabled"> <Typography.Text type="secondary">
Visit the{' '} Visit the{' '}
<a href="https://owncast.online/docs/viewers/?source=admin">documentation</a> to <a href="https://owncast.online/docs/viewers/?source=admin">documentation</a> to
configure additional details bout your viewers. configure additional details bout your viewers.

Loading…
Cancel
Save