Turned the links to buttons to comply with MDN's recommendations

This commit is contained in:
Jani Mustonen 2017-01-06 16:41:35 +02:00
parent ad072cc179
commit 8d79716421
6 changed files with 19 additions and 19 deletions

View file

@ -136,9 +136,9 @@ module.exports = React.createClass({
<input id="password2" type="password" ref="confirm_input" />
</div>
</div>
<a tabindex="0" className={buttonClassName} onClick={this.onClickChange}>
<button className={buttonClassName} onClick={this.onClickChange}>
Change Password
</a>
</button>
</div>
);
case this.Phases.Uploading: