feat(sdk): improve embedding instructions

This commit is contained in:
Jeremy Kahn 2023-10-28 17:49:58 -05:00
parent 19f13093e8
commit b9b452167b

View File

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