changed help graphics
This commit is contained in:
@@ -1,28 +1,21 @@
|
|||||||
import { Button, Card, Col, Divider, Row } from 'antd'
|
import { Button, Card, Col, Divider, Result, Row } from 'antd'
|
||||||
import Meta from 'antd/lib/card/Meta'
|
import Meta from 'antd/lib/card/Meta'
|
||||||
import Title from 'antd/lib/typography/Title'
|
import Title from 'antd/lib/typography/Title'
|
||||||
import {
|
import {
|
||||||
AlertOutlined,
|
AlertOutlined,
|
||||||
AlertTwoTone,
|
|
||||||
ApiTwoTone,
|
ApiTwoTone,
|
||||||
BookOutlined,
|
BookOutlined,
|
||||||
BugTwoTone,
|
BugTwoTone,
|
||||||
CameraTwoTone,
|
CameraTwoTone,
|
||||||
DatabaseTwoTone,
|
DatabaseTwoTone,
|
||||||
DislikeTwoTone,
|
|
||||||
EditTwoTone,
|
EditTwoTone,
|
||||||
FireFilled,
|
|
||||||
FireOutlined,
|
|
||||||
Html5TwoTone,
|
Html5TwoTone,
|
||||||
LinkOutlined,
|
LinkOutlined,
|
||||||
QuestionCircleFilled,
|
|
||||||
QuestionCircleTwoTone,
|
QuestionCircleTwoTone,
|
||||||
SettingTwoTone,
|
SettingTwoTone,
|
||||||
SlidersTwoTone,
|
SlidersTwoTone,
|
||||||
VideoCameraTwoTone
|
} from '@ant-design/icons'
|
||||||
} from '@ant-design/icons';
|
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import Text from 'antd/lib/typography/Text';
|
|
||||||
|
|
||||||
interface Props { }
|
interface Props { }
|
||||||
|
|
||||||
@@ -125,12 +118,12 @@ export default function Help(props: Props) {
|
|||||||
<Title style={{textAlign: 'center'}}>How can we help you?</Title>
|
<Title style={{textAlign: 'center'}}>How can we help you?</Title>
|
||||||
<Row gutter={[16, 16]} justify="space-around" align="middle">
|
<Row gutter={[16, 16]} justify="space-around" align="middle">
|
||||||
<Col span={12} style={{textAlign: 'center'}}>
|
<Col span={12} style={{textAlign: 'center'}}>
|
||||||
<AlertOutlined style={{ fontSize: '64px' }}/>
|
<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 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'}}>
|
||||||
<BookOutlined style={{ fontSize: '64px' }}/>
|
<Result status="404" />
|
||||||
<Title level={2}>Documentation</Title>
|
<Title level={2}>Documentation</Title>
|
||||||
<Button href="https://owncast.online/docs/faq/" icon={<LinkOutlined/>} type="primary">Read the Docs</Button>
|
<Button href="https://owncast.online/docs/faq/" icon={<LinkOutlined/>} type="primary">Read the Docs</Button>
|
||||||
</Col>
|
</Col>
|
||||||
|
|||||||
Reference in New Issue
Block a user