You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -155,7 +155,7 @@ export default class AuxPanel extends React.Component<IProps, IState> {
|
|||||||
fileDropTarget = (
|
fileDropTarget = (
|
||||||
<div className="mx_RoomView_fileDropTarget">
|
<div className="mx_RoomView_fileDropTarget">
|
||||||
<div title={_t("Drop File Here")}>
|
<div title={_t("Drop File Here")}>
|
||||||
<img src={require( "../../../../res/img/upload-big.svg")}> </img>
|
<img src={require( "../../../../res/img/upload-big.svg")} />
|
||||||
<br />
|
<br />
|
||||||
{ _t("Drop file here to upload") }
|
{ _t("Drop file here to upload") }
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user