1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Update copy icon on pre block and share dialogues

This commit is contained in:
Jorik Schellekens
2020-07-27 15:13:02 +01:00
parent 6635a44314
commit d55699211e
7 changed files with 12 additions and 7 deletions

View File

@@ -211,7 +211,6 @@ export default class ShareDialog extends React.PureComponent<IProps, IState> {
{ matrixToUrl }
</a>
<a href={matrixToUrl} className="mx_ShareDialog_matrixto_copy" onClick={this.onCopyClick}>
{ _t('COPY') }
<div>&nbsp;</div>
</a>
</div>