mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 05:36:13 +02:00
Remove space
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
3a643e5b9d
commit
ebedd3cbcb
@ -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") }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user