Change element.io links to matrix.to links (#614)

* Change element.io links to matrix.to links

Following to the discussion in codimd/server#496, this commit changes element.io links to matrix.to in the new react-client as well.

* Updated cypress test for new link
This commit is contained in:
Erik Michelson 2020-09-30 18:19:17 +02:00 committed by GitHub
parent 9f58f93fc6
commit 01a68b1efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ export const Links: React.FC = () => {
<TranslatedExternalLink
i18nKey='editor.help.contacts.meetUsOn'
i18nOption={{ service: 'Matrix' }}
href={links.chatElement}
href={links.chat}
icon='hashtag'
className='text-primary'
/>