Skip to content

Commit

Permalink
Copy changes (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanisip authored Mar 4, 2024
1 parent dcd424e commit 7024e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/editor-sample/src/App/SamplesDrawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export default function SamplesDrawer() {
</Link>
<Box>
<Typography variant="overline" gutterBottom>
Pro builder
Looking for more?
</Typography>
<Typography variant="body2" color="text.secondary" paragraph>
Looking for more? Waypoint is an email API with a hosted &apos;pro&apos; template builder with dynamic
Waypoint is an email API service with a hosted &apos;pro&apos; template builder with Markdown, dynamic
variables, loops, conditionals, drag and drop, layouts, and more.
</Typography>
</Box>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ShareButton() {
const onClick = async () => {
const c = encodeURIComponent(JSON.stringify(document));
location.hash = `#code/${btoa(c)}`;
setMessage('The URL was updated. You can copy it to share');
setMessage('The URL was updated. Copy it to share your current template.');
};

const onClose = () => {
Expand Down

0 comments on commit 7024e21

Please sign in to comment.