mirror of https://github.com/vector-im/riot-web
relative paths
parent
06dfbbf821
commit
18066d848a
|
@ -57,7 +57,7 @@ module.exports = React.createClass({
|
|||
return (
|
||||
<div className={classes}>
|
||||
<div className="mx_MessageTile_avatar">
|
||||
<img src="/img/placeholder.png" width="32" height="32"/>
|
||||
<img src="img/placeholder.png" width="32" height="32"/>
|
||||
</div>
|
||||
<MessageTimestamp ts={this.props.mxEvent.getTs()} />
|
||||
<SenderProfile mxEvent={this.props.mxEvent} />
|
||||
|
|
Loading…
Reference in New Issue