You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Point buttons at the right functions
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user