1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00
This commit is contained in:
David Baker
2016-09-19 13:26:59 +01:00
parent 9be1ab774d
commit 31753fc3f3
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ module.exports = React.createClass({
if (this.props.networkUrl !== "") {
network = (
<div className="mx_AddressTile_network">
<BaseAvatar width={25} height={25} name={this.props.networkName} title="vector" url={this.props.networkUrl} />
<BaseAvatar width={25} height={25} name={this.props.networkName} title="Riot" url={this.props.networkUrl} />
</div>
);
}