From bf26e34f0657aeb0e38444c0fb50111221f7e773 Mon Sep 17 00:00:00 2001 From: raboid Date: Mon, 7 Jan 2019 18:12:19 -0500 Subject: [PATCH] Update Editor to use Button --- components/Editor.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Editor.js b/components/Editor.js index d0385fb..68009a6 100644 --- a/components/Editor.js +++ b/components/Editor.js @@ -40,8 +40,6 @@ import ThemeIcon from './svg/Theme' const themeIcon = const languageIcon = -const tweetButtonStyle = { marginRight: '8px' } - class Editor extends React.Component { constructor(props) { super(props) @@ -352,11 +350,13 @@ class Editor extends React.Component {
{this.props.api.tweet && online && (