mirror of https://github.com/vector-im/riot-web
Delete files.png and change UploadConfirmDialog to use svg used elsewhere
Signed-off-by: Aaron Raimist <aaron@raim.ist>pull/21833/head
parent
711ddd42c9
commit
a4c9a67325
Binary file not shown.
Before Width: | Height: | Size: 503 B |
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue