Merge pull request #1223 from omnivore-app/fix/email-button-naming

Change the text on the button to create a new email to match iOS
This commit is contained in:
Jackson Harper 2022-09-22 12:08:35 +08:00 committed by GitHub
commit 4d2a03a873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ const AddEmailButton = () => {
}}
>
<Plus size={18} style={{ marginRight: '6.5px' }} />
<SpanBox>Add Email</SpanBox>
<SpanBox>Create a new email address</SpanBox>
</Button>)
}

View file

@ -241,7 +241,7 @@ export default function EmailsPage(): JSX.Element {
display: 'flex',
},
}}>
<SpanBox>Add Email</SpanBox>
<SpanBox>Create a new email address</SpanBox>
</SpanBox>
<SpanBox css={{
p: '0',