1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Use LoginHeader everywhere

This commit is contained in:
Kegan Dougal
2015-12-01 16:29:58 +00:00
parent 05a6121934
commit 673b01267a
4 changed files with 6 additions and 8 deletions

View File

@@ -234,12 +234,11 @@ module.exports = React.createClass({
},
render: function() {
var LoginHeader = sdk.getComponent('login.LoginHeader');
return (
<div className="mx_Login">
<div className="mx_Login_box">
<div className="mx_Login_logo">
<img src="img/logo.png" width="249" height="78" alt="vector"/>
</div>
<LoginHeader />
{this._getRegisterContentJsx()}
</div>
</div>