You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
UI tweaks
This commit is contained in:
@@ -103,7 +103,7 @@ module.exports = React.createClass({
|
|||||||
if (this.props.showInviteButton) {
|
if (this.props.showInviteButton) {
|
||||||
inviteButton = (
|
inviteButton = (
|
||||||
<div className="mx_EntityTile_invite">
|
<div className="mx_EntityTile_invite">
|
||||||
<img src="img/plus.svg" width="24" height="24" />
|
<img src="img/plus.svg" width="16" height="16" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user