Skip to content

Commit

Permalink
feat: update email for help and feedback (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorjan5sk authored Sep 27, 2021
1 parent 97d667a commit f12bb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/preferences/panes/HelpFeedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export const HelpAndFeedback: FunctionComponent = () => (
<PreferencesSegment>
<Title>Account related issue?</Title>
<Text>
Send an email to help@standardnotes.org and we’ll sort it out.
Send an email to help@standardnotes.com and we’ll 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>
Expand Down

0 comments on commit f12bb7b

Please sign in to comment.