Remove space

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Šimon Brandner 2021-03-02 07:41:14 +01:00 committed by GitHub
parent 3a643e5b9d
commit ebedd3cbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ export default class AuxPanel extends React.Component<IProps, IState> {
fileDropTarget = (
<div className="mx_RoomView_fileDropTarget">
<img
src={require( "../../../../res/img/upload-big.svg")}
src={require("../../../../res/img/upload-big.svg")}
className="mx_RoomView_fileDropTarget_image"
/>
{ _t("Drop file here to upload") }