+ Coffee Storage
- Coffee Storage
+ Coffee Storage
diff --git a/apps/web/components/customer-reviews/inline-styles.tsx b/apps/web/components/customer-reviews/inline-styles.tsx
index fa21ee6ed5..02fcaf6c41 100644
--- a/apps/web/components/customer-reviews/inline-styles.tsx
+++ b/apps/web/components/customer-reviews/inline-styles.tsx
@@ -17,8 +17,8 @@ import { Layout } from '../_components/layout';
export const component = (
- Customer Reviews
+ Customer Reviews
- Customer Reviews
+ Customer Reviews
diff --git a/apps/web/components/list-with-image-on-left/inline-styles.tsx b/apps/web/components/list-with-image-on-left/inline-styles.tsx
index fc2125dbd5..1151810253 100644
--- a/apps/web/components/list-with-image-on-left/inline-styles.tsx
+++ b/apps/web/components/list-with-image-on-left/inline-styles.tsx
@@ -17,12 +17,12 @@ import { Layout } from '../_components/layout';
export const component = (
- How Our Service Works: 5 Simple Steps
+ How Our Service Works: 5 Simple Steps
- How Our Service Works: 5 Simple Steps
+ How Our Service Works: 5 Simple Steps
- Top 5 Features of Our Service
+ Top 5 Features of Our Service
- Top 5 Features of Our Service
+ Top 5 Features of Our Service
Top 5 Features of Our Service
diff --git a/apps/web/components/simple-pricing-table/inline-styles.tsx b/apps/web/components/simple-pricing-table/inline-styles.tsx
index 0be46c6fa9..64ae7a621b 100644
--- a/apps/web/components/simple-pricing-table/inline-styles.tsx
+++ b/apps/web/components/simple-pricing-table/inline-styles.tsx
@@ -14,10 +14,10 @@ import { Layout } from '../_components/layout';
export const component = (
-
- Exclusive Offer Just For You: Unlock Premium Features at $12/month
-
+
+ Exclusive Offer Just For You: Unlock Premium Features at $12/month
+
-
- Exclusive Offer Just For You: Unlock Premium Features at $12/month
-
+
+ Exclusive Offer Just For You: Unlock Premium Features at $12/month
+
diff --git a/apps/web/components/simple-rating-survey/inline-styles.tsx b/apps/web/components/simple-rating-survey/inline-styles.tsx
index d2fa5e771b..2eee82be23 100644
--- a/apps/web/components/simple-rating-survey/inline-styles.tsx
+++ b/apps/web/components/simple-rating-survey/inline-styles.tsx
@@ -17,11 +17,11 @@ import { Layout } from '../_components/layout';
export const component = (
-
- How satisfied were you overall with the initial conversation about your
- claim?
-
+
+ How satisfied were you overall with the initial conversation about your
+ claim?
+
-
- How satisfied were you overall with the initial conversation about your
- claim?
-
+
+ How satisfied were you overall with the initial conversation about your
+ claim?
+
How satisfied were you overall with the initial conversation about
diff --git a/apps/web/components/two-tiers-with-emphasized-tier/inline-styles.tsx b/apps/web/components/two-tiers-with-emphasized-tier/inline-styles.tsx
index e703af6fea..cbda5a286a 100644
--- a/apps/web/components/two-tiers-with-emphasized-tier/inline-styles.tsx
+++ b/apps/web/components/two-tiers-with-emphasized-tier/inline-styles.tsx
@@ -15,8 +15,8 @@ import { Layout } from '../_components/layout';
export const component = (
- Choose the right plan for you
+ Choose the right plan for you
- Choose the right plan for you
+ Choose the right plan for you
From 25a7cccb2b46c5940838b2d350a94eb629f7bbbd Mon Sep 17 00:00:00 2001
From: gabriel miranda
Date: Wed, 19 Nov 2025 13:10:29 -0300
Subject: [PATCH 2/5] fix(examples): use of Preview outside of the Body
---
examples/resend/transactional/emails/waitlist.tsx | 2 +-
examples/scaleway/next/transactional/emails/waitlist.tsx | 2 +-
examples/scaleway/node/src/email.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/examples/resend/transactional/emails/waitlist.tsx b/examples/resend/transactional/emails/waitlist.tsx
index 9400664807..2925e02d1c 100644
--- a/examples/resend/transactional/emails/waitlist.tsx
+++ b/examples/resend/transactional/emails/waitlist.tsx
@@ -17,8 +17,8 @@ export const WaitlistEmail: React.FC> = ({
}) => (
- Thank you for joining our waitlist and for your patience
+ Thank you for joining our waitlist and for your patienceComing Soon.
diff --git a/examples/scaleway/next/transactional/emails/waitlist.tsx b/examples/scaleway/next/transactional/emails/waitlist.tsx
index 9400664807..2925e02d1c 100644
--- a/examples/scaleway/next/transactional/emails/waitlist.tsx
+++ b/examples/scaleway/next/transactional/emails/waitlist.tsx
@@ -17,8 +17,8 @@ export const WaitlistEmail: React.FC> = ({
}) => (
- Thank you for joining our waitlist and for your patience
+ Thank you for joining our waitlist and for your patienceComing Soon.
diff --git a/examples/scaleway/node/src/email.tsx b/examples/scaleway/node/src/email.tsx
index 2d2a9b0ec5..5d51374a52 100644
--- a/examples/scaleway/node/src/email.tsx
+++ b/examples/scaleway/node/src/email.tsx
@@ -30,8 +30,8 @@ export const Email: FC> = ({
return (
- {previewText}
+ {previewText}
Date: Wed, 19 Nov 2025 13:10:42 -0300
Subject: [PATCH 3/5] fix(create-email): use of Preview otuside of the body
---
packages/create-email/template/emails/notion-magic-link.tsx | 2 +-
packages/create-email/template/emails/stripe-welcome.tsx | 2 +-
packages/create-email/template/emails/vercel-invite-user.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/create-email/template/emails/notion-magic-link.tsx b/packages/create-email/template/emails/notion-magic-link.tsx
index 3442f4f03b..1fe5774d4c 100644
--- a/packages/create-email/template/emails/notion-magic-link.tsx
+++ b/packages/create-email/template/emails/notion-magic-link.tsx
@@ -23,8 +23,8 @@ export const NotionMagicLinkEmail = ({
}: NotionMagicLinkEmailProps) => (
- Log in with this magic link
+ Log in with this magic linkLogin
(
- You're now ready to make live transactions with Stripe!
+ You're now ready to make live transactions with Stripe!
- {previewText}
+ {previewText}
Date: Wed, 19 Nov 2025 13:10:49 -0300
Subject: [PATCH 4/5] fix(benchmarks): use of Preview outside of the Body
---
benchmarks/tailwind-component/src/emails/with-tailwind.tsx | 2 +-
benchmarks/tailwind-component/src/emails/without-tailwind.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/tailwind-component/src/emails/with-tailwind.tsx b/benchmarks/tailwind-component/src/emails/with-tailwind.tsx
index 69ae18c9c4..664c070237 100644
--- a/benchmarks/tailwind-component/src/emails/with-tailwind.tsx
+++ b/benchmarks/tailwind-component/src/emails/with-tailwind.tsx
@@ -36,8 +36,8 @@ export const GooglePlayPolicyUpdateEmailWithTailwind = ({
>
- Google Play developers
+ Google Play developers
diff --git a/benchmarks/tailwind-component/src/emails/without-tailwind.tsx b/benchmarks/tailwind-component/src/emails/without-tailwind.tsx
index 2c65f9621b..0a7a39d403 100644
--- a/benchmarks/tailwind-component/src/emails/without-tailwind.tsx
+++ b/benchmarks/tailwind-component/src/emails/without-tailwind.tsx
@@ -20,8 +20,8 @@ const baseUrl = process.env.VERCEL_URL
export const GooglePlayPolicyUpdateEmail = () => (
- Google Play developers
+ Google Play developers
From 0c1b65ada07a73803fa94fc59f4619933793dc92 Mon Sep 17 00:00:00 2001
From: gabriel miranda
Date: Wed, 19 Nov 2025 13:27:09 -0300
Subject: [PATCH 5/5] lint
---
examples/resend/transactional/emails/waitlist.tsx | 4 +++-
examples/scaleway/next/transactional/emails/waitlist.tsx | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/examples/resend/transactional/emails/waitlist.tsx b/examples/resend/transactional/emails/waitlist.tsx
index 2925e02d1c..0e934dfd78 100644
--- a/examples/resend/transactional/emails/waitlist.tsx
+++ b/examples/resend/transactional/emails/waitlist.tsx
@@ -18,7 +18,9 @@ export const WaitlistEmail: React.FC> = ({
- Thank you for joining our waitlist and for your patience
+
+ Thank you for joining our waitlist and for your patience
+ Coming Soon.
diff --git a/examples/scaleway/next/transactional/emails/waitlist.tsx b/examples/scaleway/next/transactional/emails/waitlist.tsx
index 2925e02d1c..0e934dfd78 100644
--- a/examples/scaleway/next/transactional/emails/waitlist.tsx
+++ b/examples/scaleway/next/transactional/emails/waitlist.tsx
@@ -18,7 +18,9 @@ export const WaitlistEmail: React.FC> = ({
- Thank you for joining our waitlist and for your patience
+
+ Thank you for joining our waitlist and for your patience
+ Coming Soon.