You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Implement design and copy for errors
This commit is contained in:
@ -213,9 +213,8 @@ module.exports = React.createClass({
|
||||
|
||||
let serverDeadSection;
|
||||
if (!this.state.serverIsAlive) {
|
||||
// TODO: TravisR - Design from Nad
|
||||
serverDeadSection = (
|
||||
<div className="mx_Login_error">
|
||||
<div className="mx_Login_error mx_Login_serverError">
|
||||
{this.state.serverDeadError}
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user