Move language selector to auth header

This commit is contained in:
J. Ryan Stinnett 2019-01-23 09:10:49 -06:00
parent 103460870a
commit 36ebd91f07
4 changed files with 2 additions and 9 deletions

View file

@ -25,10 +25,12 @@ module.exports = React.createClass({
render: function() {
const AuthHeaderLogo = sdk.getComponent('auth.AuthHeaderLogo');
const LanguageSelector = sdk.getComponent('structures.auth.LanguageSelector');
return (
<div className="mx_AuthHeader">
<AuthHeaderLogo />
<LanguageSelector />
</div>
);
},