Use a div instead of an image
There's no source, so just make it a block element
This commit is contained in:
parent
8a6ae6b48e
commit
454251d17c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = React.createClass({
|
|||
permalinkCreator.load();
|
||||
const predecessorPermalink = permalinkCreator.forEvent(predecessor['event_id']);
|
||||
return <div className="mx_CreateEvent">
|
||||
<img className="mx_CreateEvent_image" />
|
||||
<div className="mx_CreateEvent_image" />
|
||||
<div className="mx_CreateEvent_header">
|
||||
{_t("This room is a continuation of another conversation.")}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue