diff --git a/client/coral-plugin-permalinks/PermalinkButton.js b/client/coral-plugin-permalinks/PermalinkButton.js index ca33e6e17..3643c4983 100644 --- a/client/coral-plugin-permalinks/PermalinkButton.js +++ b/client/coral-plugin-permalinks/PermalinkButton.js @@ -47,26 +47,24 @@ class PermalinkButton extends React.Component { render () { const {copySuccessful, copyFailure} = this.state; return ( -
-
- -
- this.permalinkInput = input} - value={`${this.props.articleURL}#${this.props.commentId}`} - onChange={() => {}} /> - -
+
+ +
+ this.permalinkInput = input} + value={`${this.props.articleURL}#${this.props.commentId}`} + onChange={() => {}} /> +
);