mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-25 07:31:20 +02:00
Keep width on logo
This commit is contained in:
parent
d2947a637a
commit
560174b99f
@ -27,7 +27,7 @@ module.exports = React.createClass({
|
|||||||
render: function() {
|
render: function() {
|
||||||
return (
|
return (
|
||||||
<div className="mx_Login_logo">
|
<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>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user