forked from Shiloh/remnantchat
feat(sdk): improve embedding instructions
This commit is contained in:
parent
19f13093e8
commit
b9b452167b
@ -51,7 +51,7 @@ export const EmbedCodeDialog = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog open={showEmbedCode} onClose={handleEmbedCodeWindowClose}>
|
<Dialog open={showEmbedCode} onClose={handleEmbedCodeWindowClose}>
|
||||||
<DialogTitle>Basic Room Embed Code</DialogTitle>
|
<DialogTitle>Embedding Chitchatter</DialogTitle>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogContentText
|
<DialogContentText
|
||||||
sx={{
|
sx={{
|
||||||
@ -88,14 +88,14 @@ export const EmbedCodeDialog = ({
|
|||||||
mb: 2,
|
mb: 2,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
Advanced Usage
|
Advanced Embedding
|
||||||
</Typography>
|
</Typography>
|
||||||
<DialogContentText
|
<DialogContentText
|
||||||
sx={{
|
sx={{
|
||||||
mb: 2,
|
mb: 2,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Alternatively, you can use the{' '}
|
As an alternative to using an <code>iframe</code>, you can use the{' '}
|
||||||
<Link
|
<Link
|
||||||
href="https://github.com/jeremyckahn/chitchatter#SDK"
|
href="https://github.com/jeremyckahn/chitchatter#SDK"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
Loading…
Reference in New Issue
Block a user