Skip to content

Commit

Permalink
Updating link to a JSON example (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanisip authored Apr 15, 2024
1 parent e7f2bad commit 841f8e7
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ export default function ImportJsonDialog({ onClose }: ImportJsonDialogProps) {
>
<DialogContent>
<Typography color="text.secondary" paragraph>
Copy and paste an{' '}
Copy and paste an EmailBuilder.js JSON (
<Link
href="https://github.com/usewaypoint/email-builder-js?tab=readme-ov-file#using-emailbuilderjs"
href="https://gist.githubusercontent.com/jordanisip/efb61f56ba71bd36d3a9440122cb7f50/raw/30ea74a6ac7e52ebdc309bce07b71a9286ce2526/emailBuilderTemplate.json"
target="_blank"
underline="none"
>
EmailBuilder.js JSON.
example
</Link>
).
</Typography>
{errorAlert}
<TextField
Expand Down

0 comments on commit 841f8e7

Please sign in to comment.