change hide community icon in context menu
This commit is contained in:
parent
38ff58f8dd
commit
1ef73958f3
2 changed files with 6 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default class TagTileContextMenu extends React.Component {
|
|||
</MenuItem>
|
||||
<hr className="mx_TagTileContextMenu_separator" role="separator" />
|
||||
<MenuItem className="mx_TagTileContextMenu_item" onClick={this._onRemoveClick}>
|
||||
<img className="mx_TagTileContextMenu_item_icon" src={require("../../../../res/img/icon_context_delete.svg")} width="15" height="15" alt="" />
|
||||
<img className="mx_TagTileContextMenu_item_icon" src={require("../../../../res/img/element-icons/hide.svg")} width="15" height="15" alt="" />
|
||||
{ _t('Hide') }
|
||||
</MenuItem>
|
||||
</div>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue