mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
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:
parent
9f58f93fc6
commit
01a68b1efe
5 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ const SocialLink: React.FC = () => {
|
|||
<Trans i18nKey="landing.footer.followUs" components={[
|
||||
<ExternalLink href={links.githubOrg} icon='github' text="GitHub"/>,
|
||||
<ExternalLink href={links.community} icon='users' text="Discourse"/>,
|
||||
<ExternalLink href={links.chatElement} icon="comment" text="Element"/>,
|
||||
<ExternalLink href={links.chat} icon="comment" text="Matrix"/>,
|
||||
<ExternalLink href={links.mastodon} icon='mastodon' text="Mastodon"/>,
|
||||
<ExternalLink href={links.translate} icon="globe" text="POEditor"/>
|
||||
]}/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue