Delete files.png and change UploadConfirmDialog to use svg used elsewhere

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
Aaron Raimist 2020-06-03 17:21:34 -05:00
parent 711ddd42c9
commit a4c9a67325
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

View File

@ -84,7 +84,7 @@ export default class UploadConfirmDialog extends React.Component {
preview = <div> preview = <div>
<div> <div>
<img className="mx_UploadConfirmDialog_fileIcon" <img className="mx_UploadConfirmDialog_fileIcon"
src={require("../../../../res/img/files.png")} src={require("../../../../res/img/feather-customised/files.svg")}
/> />
{this.props.file.name} ({filesize(this.props.file.size)}) {this.props.file.name} ({filesize(this.props.file.size)})
</div> </div>