mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Prettified Code!
This commit is contained in:
parent
3989f7d49f
commit
8b8bf3127b
@ -43,27 +43,27 @@ export default function Offline({ logs = [], config }) {
|
||||
Learn how to point your existing software to your new server and start streaming your
|
||||
content.
|
||||
</a>
|
||||
<Row align="middle">
|
||||
<Col flex="none">
|
||||
<Text>Streaming URL:</Text>
|
||||
</Col>
|
||||
<Col flex="auto">
|
||||
<Paragraph className="stream-info-box" copyable>
|
||||
{generateStreamURL(instanceUrl)}
|
||||
</Paragraph>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row align="middle">
|
||||
<Col flex="none">
|
||||
<Text>Streaming URL:</Text>
|
||||
</Col>
|
||||
<Col flex="auto">
|
||||
<Paragraph className="stream-info-box" copyable>
|
||||
{generateStreamURL(instanceUrl)}
|
||||
</Paragraph>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
<Row align="middle">
|
||||
<Col flex="none">
|
||||
<Text>Stream Key:</Text>
|
||||
</Col>
|
||||
<Col flex="auto">
|
||||
<Paragraph className="stream-info-box" copyable={{ text: streamKey }}>
|
||||
*********************
|
||||
</Paragraph>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row align="middle">
|
||||
<Col flex="none">
|
||||
<Text>Stream Key:</Text>
|
||||
</Col>
|
||||
<Col flex="auto">
|
||||
<Paragraph className="stream-info-box" copyable={{ text: streamKey }}>
|
||||
*********************
|
||||
</Paragraph>
|
||||
</Col>
|
||||
</Row>
|
||||
</div>
|
||||
),
|
||||
},
|
||||
|
@ -106,4 +106,3 @@ strong {
|
||||
font-size: 0.92em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user