From 7024e2196847be6b232b7b65624b42404f2bae3c Mon Sep 17 00:00:00 2001 From: Jordan Isip Date: Mon, 4 Mar 2024 13:33:16 -0500 Subject: [PATCH] Copy changes (#59) --- packages/editor-sample/src/App/SamplesDrawer/index.tsx | 4 ++-- packages/editor-sample/src/App/TemplatePanel/ShareButton.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/editor-sample/src/App/SamplesDrawer/index.tsx b/packages/editor-sample/src/App/SamplesDrawer/index.tsx index adf8ecb..e521560 100644 --- a/packages/editor-sample/src/App/SamplesDrawer/index.tsx +++ b/packages/editor-sample/src/App/SamplesDrawer/index.tsx @@ -56,10 +56,10 @@ export default function SamplesDrawer() { - Pro builder + Looking for more? - Looking for more? Waypoint is an email API with a hosted 'pro' template builder with dynamic + Waypoint is an email API service with a hosted 'pro' template builder with Markdown, dynamic variables, loops, conditionals, drag and drop, layouts, and more. diff --git a/packages/editor-sample/src/App/TemplatePanel/ShareButton.tsx b/packages/editor-sample/src/App/TemplatePanel/ShareButton.tsx index 273f8ac..8564690 100644 --- a/packages/editor-sample/src/App/TemplatePanel/ShareButton.tsx +++ b/packages/editor-sample/src/App/TemplatePanel/ShareButton.tsx @@ -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 = () => {