Implement design and copy for errors
This commit is contained in:
parent
10f4d6b419
commit
ace1bde238
8 changed files with 42 additions and 29 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue