Skip to content

Commit

Permalink
Update widget embed options
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Jul 30, 2024
1 parent 4c00ef2 commit 32c18e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/widget/embed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ There are several ways you can integrate the chat widget into your application/w


<CardGroup cols={2}>
<Card title="As a JavaScript File" href='#using-simple-js-script' icon="js"></Card>
<Card title='As a React Component (via npm)' href='#as-a-react-component' icon='react'></Card>
<Card title="As a JavaScript File" href='#using-simple-js-script' icon="js">Copy & Paste into your HTML file, simple and east to use</Card>
<Card title='As a React Component (via npm)' href='#as-a-react-component' icon='react'>With advanced options such as custom UI components</Card>
</CardGroup>

### Using simple js script (Copy & Paste)
Expand Down

0 comments on commit 32c18e8

Please sign in to comment.