mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -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
|
@ -38,7 +38,7 @@ export class ErrorBoundary extends Component {
|
|||
<p>Don't worry, this happens sometimes. If this is the first time you see this page then try reloading the app.</p>
|
||||
If you can reproduce this error, then we would be glad if you 
|
||||
<ExternalLink text={'open an issue on github'} href={frontendVersion.issueTrackerUrl} className={'text-primary'}/> 
|
||||
or <ExternalLink text={'contact us on matrix.'} href={links.chatElement} className={'text-primary'}/>
|
||||
or <ExternalLink text={'contact us on matrix.'} href={links.chat} className={'text-primary'}/>
|
||||
<Button onClick={() => this.refreshPage()} title={'Reload App'} className={'mt-4'}>
|
||||
<ForkAwesomeIcon icon={'refresh'}/> Reload App
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue