mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2731 from omnivore-app/fix/web-email-disclaimer
Add a disclaimer on the email sign up
This commit is contained in:
commit
873bed6281
1 changed files with 11 additions and 0 deletions
|
|
@ -155,6 +155,17 @@ export function EmailSignup(): JSX.Element {
|
|||
|
||||
{errorMessage && <StyledText style="error">{errorMessage}</StyledText>}
|
||||
|
||||
<StyledText
|
||||
style="caption"
|
||||
css={{
|
||||
p: '0px',
|
||||
color: '$omnivoreLightGray',
|
||||
}}
|
||||
>
|
||||
Omnivore will send you daily tips for your first week as a new user.
|
||||
If you don't like them you can unsubscribe.
|
||||
</StyledText>
|
||||
|
||||
<HStack
|
||||
alignment="center"
|
||||
distribution="end"
|
||||
|
|
|
|||
Loading…
Reference in a new issue