Rename mx_Login_box
to mx_AuthPage_modal
and fold into AuthPage
This commit is contained in:
parent
3bd765f63f
commit
1d01ac398c
7 changed files with 46 additions and 52 deletions
|
@ -25,7 +25,9 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
return (
|
||||
<div className="mx_AuthPage">
|
||||
{ this.props.children }
|
||||
<div className="mx_AuthPage_modal">
|
||||
{ this.props.children }
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue