1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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

@@ -663,9 +663,9 @@ module.exports = React.createClass({
<div className="mx_UserSettings_section">
<a tabindex="0" className="mx_UserSettings_logout mx_UserSettings_button" onClick={this.onLogoutClicked}>
<button className="mx_UserSettings_logout mx_UserSettings_button" onClick={this.onLogoutClicked}>
Sign out
</a>
</button>
{accountJsx}
</div>