relative paths

pull/1/head
Matthew Hodgson 2015-07-13 02:11:05 +01:00
parent 06dfbbf821
commit 18066d848a
1 changed files with 1 additions and 1 deletions

View File

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