mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
open button links in new tab
This commit is contained in:
parent
fbff547bae
commit
5a345e1d52
@ -110,7 +110,7 @@ export default function Help(props: Props) {
|
|||||||
release.
|
release.
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@ -120,12 +120,12 @@ export default function Help(props: Props) {
|
|||||||
<Col span={12} style={{textAlign: 'center'}}>
|
<Col span={12} style={{textAlign: 'center'}}>
|
||||||
<Result status="500" />
|
<Result status="500" />
|
||||||
<Title level={2}>Troubleshooting</Title>
|
<Title level={2}>Troubleshooting</Title>
|
||||||
<Button href="https://owncast.online/docs/troubleshooting/" icon={<LinkOutlined/>} type="primary">Read Troubleshoting</Button>
|
<Button target="_blank" rel="noopener noreferrer" href="https://owncast.online/docs/troubleshooting/" icon={<LinkOutlined/>} type="primary">Read Troubleshoting</Button>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={12} style={{textAlign: 'center'}}>
|
<Col span={12} style={{textAlign: 'center'}}>
|
||||||
<Result status="404" />
|
<Result status="404" />
|
||||||
<Title level={2}>Documentation</Title>
|
<Title level={2}>Documentation</Title>
|
||||||
<Button href="https://owncast.online/" icon={<LinkOutlined/>} type="primary">Read the Docs</Button>
|
<Button target="_blank" rel="noopener noreferrer" href="https://owncast.online/" icon={<LinkOutlined/>} type="primary">Read the Docs</Button>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
<Divider />
|
<Divider />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user