Replace references to riot.im

This commit is contained in:
J. Ryan Stinnett 2020-07-13 17:02:20 +01:00
parent 62d22f50ab
commit acb22f4fe5
7 changed files with 12 additions and 12 deletions

View file

@ -48,8 +48,8 @@ const ErrorView: React.FC<IProps> = ({title, messages}) => {
</div>
<div className="mx_HomePage_row mx_Center mx_Spacer">
<p className="mx_Spacer">
<a href="https://riot.im" target="_blank" className="mx_FooterLink">
{ _t("Go to Riot.im") }
<a href="https://element.io" target="_blank" className="mx_FooterLink">
{ _t("Go to element.io") }
</a>
</p>
</div>