Skip to content

Commit b3de438

Browse files
vepsalaclaude
andcommitted
fix: replace Waypoint placeholder URLs with generic ones
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f285bf commit b3de438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="icon" type="image/png" sizes="32x32" href="/src/favicon/favicon-32x32.png" />
77
<link rel="icon" type="image/png" sizes="16x16" href="/src/favicon/favicon-16x16.png" />
88
<meta name="viewport" content="width=900" />
9-
<meta name="description" content="EmailBuilder.js interactive playground. Brought to you by Waypoint." />
9+
<meta name="description" content="Email Template Editor interactive playground." />
1010
<title>Email Template Editor</title>
1111
<style>
1212
html {

src/editor/blocks/helpers/editor-children-ids/add-block-menu/buttons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const BUTTONS: TButtonProps[] = [
5959
data: {
6060
props: {
6161
text: 'Button',
62-
url: 'https://www.usewaypoint.com',
62+
url: 'https://example.com',
6363
},
6464
style: { padding: { top: 16, bottom: 16, left: 24, right: 24 } },
6565
},
@@ -72,7 +72,7 @@ export const BUTTONS: TButtonProps[] = [
7272
type: 'Image',
7373
data: {
7474
props: {
75-
url: 'https://assets.usewaypoint.com/sample-image.jpg',
75+
url: 'https://placehold.co/600x400/EEE/999?text=Sample+Image',
7676
alt: 'Sample product',
7777
contentAlignment: 'middle',
7878
linkHref: null,

0 commit comments

Comments
 (0)