Use a div instead of an image

There's no source, so just make it a block element
This commit is contained in:
Travis Ralston 2019-03-01 17:21:37 -07:00
parent 8a6ae6b48e
commit 454251d17c

View File

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