You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Delete files.png and change UploadConfirmDialog to use svg used elsewhere
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user