mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
usersettings rhs button
This commit is contained in:
parent
c64f08dcc3
commit
76b7788ba6
@ -306,7 +306,7 @@ module.exports = React.createClass({
|
||||
rowClassName="mx_UserSettings_profileTableRow"
|
||||
rowLabelClassName="mx_UserSettings_profileLabelCell"
|
||||
rowInputClassName="mx_UserSettings_profileInputCell"
|
||||
buttonClassName="mx_UserSettings_button"
|
||||
buttonClassName="mx_UserSettings_button mx_UserSettings_rhsButton"
|
||||
onError={this.onPasswordChangeError}
|
||||
onFinished={this.onPasswordChanged} />
|
||||
);
|
||||
@ -353,7 +353,7 @@ module.exports = React.createClass({
|
||||
|
||||
<div className="mx_UserSettings_section">
|
||||
|
||||
<div className="mx_UserSettings_logout mx_UserSettings_button" onClick={this.onLogoutClicked}>
|
||||
<div className="mx_UserSettings_rhsButton mx_UserSettings_button" onClick={this.onLogoutClicked}>
|
||||
Log out
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user