You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Change icon from "R" to "X"
This commit is contained in:
@@ -111,7 +111,7 @@ const TagPanel = React.createClass({
|
||||
});
|
||||
return <div className="mx_TagPanel">
|
||||
<AccessibleButton className="mx_TagPanel_logo" onClick={this.onLogoClick}>
|
||||
<img src="img/logos/riot-logo.svg" />
|
||||
<img src="img/icons-close.svg" width="24" height="24" />
|
||||
</AccessibleButton>
|
||||
<div className="mx_TagPanel_divider" />
|
||||
<GeminiScrollbar
|
||||
|
||||
Reference in New Issue
Block a user