mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add blurb to web about onboarding emails
This commit is contained in:
parent
35fda86737
commit
dfdfb9ef28
1 changed files with 11 additions and 0 deletions
|
|
@ -186,6 +186,17 @@ export function EmailSignup(): JSX.Element {
|
|||
</Button>
|
||||
</HStack>
|
||||
|
||||
<StyledText
|
||||
style="action"
|
||||
css={{
|
||||
color: '$omnivoreLightGray',
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
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.
|
||||
</StyledText>
|
||||
|
||||
<StyledText
|
||||
style="action"
|
||||
css={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue