Use 2x res logo to work with hidpi displays

This commit is contained in:
David Baker 2016-09-21 11:09:00 +01:00
parent 5011d3b158
commit d9c51832ab
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,7 @@ module.exports = React.createClass({
render: function() {
return (
<div className="mx_Login_logo">
<img src="img/logo.png" width="200" height="200" alt="Riot"/>
<img src="img/logo.png" width="195" height="195" alt="Riot"/>
</div>
);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 19 KiB