mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 16:01:42 +02:00
Point buttons at the right functions
This commit is contained in:
parent
8b6b117fbf
commit
f05a1e532b
@ -171,7 +171,7 @@ export default class UserMenuButton extends React.Component<IProps, IState> {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={"#"} onClick={this.onShowArchived}>
|
<a href={"#"} onClick={this.onProvideFeedback}>
|
||||||
<img src={require("../../../res/img/feather-customised/message-circle.svg")} width={16} />
|
<img src={require("../../../res/img/feather-customised/message-circle.svg")} width={16} />
|
||||||
<span>{_t("Feedback")}</span>
|
<span>{_t("Feedback")}</span>
|
||||||
</a>
|
</a>
|
||||||
@ -181,7 +181,7 @@ export default class UserMenuButton extends React.Component<IProps, IState> {
|
|||||||
<div className="mx_UserMenuButton_contextMenu_optionList">
|
<div className="mx_UserMenuButton_contextMenu_optionList">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href={"#"} onClick={(e) => this.onSettingsOpen(e, 'notifications')}>
|
<a href={"#"} onClick={this.onSignOutClick}>
|
||||||
<img src={require("../../../res/img/feather-customised/sign-out.svg")} width={16} />
|
<img src={require("../../../res/img/feather-customised/sign-out.svg")} width={16} />
|
||||||
<span>{_t("Sign out")}</span>
|
<span>{_t("Sign out")}</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user