From 78bdff653c2aedfdb5c4505ca6d06f25b2f116d7 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 16 Nov 2024 15:21:19 +0100 Subject: [PATCH] feat: replace the newsletter message template with one more compatible with email clients --- constants/index.tsx | 83 ++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 53 deletions(-) diff --git a/constants/index.tsx b/constants/index.tsx index c9a74f0..b538f0d 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -271,62 +271,39 @@ export const emails = [ export const EXAMPLE_A1 = ` - - - SVR.JS Blog Newsletter + + + SVR.JS newsletter - - -
-
-

Title

-
- Thumbnail -
- Put contents of the newsletter email here. -

Go to SVR.JS website

-
-
-

You can unsubscribe from the newsletter here.

+ + + + + +
+ + + + + + + + + + +
+ Logo +
+

Put the contents of the newsletter email here.

+
+

If you no longer wish to receive these emails, you can unsubscribe.

+
+
`;