mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
relative paths
This commit is contained in:
parent
06dfbbf821
commit
18066d848a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue