Fix text style breaking build

This commit is contained in:
Gabe Kangas 2021-03-07 15:52:58 -08:00
parent 5ff5665652
commit 4232ff52b0

View file

@ -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.