feat: update email for help and feedback (#648)

This commit is contained in:
Gorjan Petrovski
2021-09-27 11:51:14 +02:00
committed by GitHub
parent 97d667a46f
commit f12bb7b7e8

View File

@@ -91,9 +91,9 @@ export const HelpAndFeedback: FunctionComponent = () => (
<PreferencesSegment>
<Title>Account related issue?</Title>
<Text>
Send an email to help@standardnotes.org and well sort it out.
Send an email to help@standardnotes.com and well sort it out.
</Text>
<LinkButton link="mailto: help@standardnotes.org" label="Email us" />
<LinkButton link="mailto: help@standardnotes.com" label="Email us" />
</PreferencesSegment>
</PreferencesGroup>
</PreferencesPane>