From dfdfb9ef280d2bf26eb2e42128a5655497a5b798 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 5 Sep 2023 14:05:23 +0800 Subject: [PATCH 1/3] Add blurb to web about onboarding emails --- .../web/components/templates/auth/EmailSignup.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/web/components/templates/auth/EmailSignup.tsx b/packages/web/components/templates/auth/EmailSignup.tsx index e81531926..106487265 100644 --- a/packages/web/components/templates/auth/EmailSignup.tsx +++ b/packages/web/components/templates/auth/EmailSignup.tsx @@ -186,6 +186,17 @@ export function EmailSignup(): JSX.Element { + + During our beta period Omnivore will send you daily tips for your + first week as a new user. If you don't like them you can unsubscribe. + + Date: Tue, 5 Sep 2023 14:07:27 +0800 Subject: [PATCH 2/3] Improve styling --- .../components/templates/auth/EmailSignup.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/web/components/templates/auth/EmailSignup.tsx b/packages/web/components/templates/auth/EmailSignup.tsx index 106487265..5cfdd399c 100644 --- a/packages/web/components/templates/auth/EmailSignup.tsx +++ b/packages/web/components/templates/auth/EmailSignup.tsx @@ -155,6 +155,17 @@ export function EmailSignup(): JSX.Element { {errorMessage && {errorMessage}} + + Omnivore will send you daily tips for your first week as a new user. + If you don't like them you can unsubscribe. + + - - During our beta period Omnivore will send you daily tips for your - first week as a new user. If you don't like them you can unsubscribe. - - Date: Tue, 5 Sep 2023 15:04:03 +0800 Subject: [PATCH 3/3] escaping --- packages/web/components/templates/auth/EmailSignup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/templates/auth/EmailSignup.tsx b/packages/web/components/templates/auth/EmailSignup.tsx index 5cfdd399c..090c9f7ac 100644 --- a/packages/web/components/templates/auth/EmailSignup.tsx +++ b/packages/web/components/templates/auth/EmailSignup.tsx @@ -163,7 +163,7 @@ export function EmailSignup(): JSX.Element { }} > Omnivore will send you daily tips for your first week as a new user. - If you don't like them you can unsubscribe. + If you don't like them you can unsubscribe.