absolute path thinko

This commit is contained in:
Matthew Hodgson 2015-07-19 03:37:39 +01:00
parent 2d25414b57
commit 202c155788
3 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,7 @@ module.exports = React.createClass({
<div className="mx_Login">
<div className="mx_Login_box">
<div className="mx_Login_logo">
<img src="/img/logo.png" width="249" height="76" alt="vector"/>
<img src="img/logo.png" width="249" height="76" alt="vector"/>
</div>
{this.loginContent()}
</div>

View file

@ -182,7 +182,7 @@ module.exports = React.createClass({
<div className="mx_Login">
<div className="mx_Login_box">
<div className="mx_Login_logo">
<img src="/img/logo.png" width="249" height="76" alt="vector"/>
<img src="img/logo.png" width="249" height="76" alt="vector"/>
</div>
{this.registerContent()}
</div>