Turned the links to buttons to comply with MDN's recommendations
This commit is contained in:
parent
ad072cc179
commit
8d79716421
6 changed files with 19 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue