This commit is contained in:
David Baker 2016-09-19 13:29:49 +01:00
parent 9391dc6c2a
commit 8e4dcd9b41
9 changed files with 13 additions and 13 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="249" height="78" alt="vector"/>
<img src="img/logo.png" height="200" alt="Riot"/>
</div>
);
}