mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Keep width on logo
This commit is contained in:
parent
d2947a637a
commit
560174b99f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
return (
|
||||
<div className="mx_Login_logo">
|
||||
<img src="img/logo.png" height="200" alt="Riot"/>
|
||||
<img src="img/logo.png" width="200" height="200" alt="Riot"/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue