1
0
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:
Luke Barnard
2018-02-21 15:06:10 +00:00
parent b5146001d6
commit fc73442cdc

View File

@@ -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