You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-02 21:22:41 +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