diff --git a/browser/main/Detail/InfoPanel.js b/browser/main/Detail/InfoPanel.js index 057bb181..b271e306 100644 --- a/browser/main/Detail/InfoPanel.js +++ b/browser/main/Detail/InfoPanel.js @@ -15,8 +15,7 @@ const InfoPanel = ({ {type === 'SNIPPET_NOTE' ? '' - : -
+ :

{wordCount}

Words

@@ -30,8 +29,7 @@ const InfoPanel = ({ {type === 'SNIPPET_NOTE' ? '' - : -
+ :
}
@@ -50,7 +48,7 @@ const InfoPanel = ({
- { e.target.select() }}/> + { e.target.select() }} />

NOTE LINK

diff --git a/browser/main/modals/PreferencesModal/index.js b/browser/main/modals/PreferencesModal/index.js index 3f1fcce7..c47b2754 100644 --- a/browser/main/modals/PreferencesModal/index.js +++ b/browser/main/modals/PreferencesModal/index.js @@ -137,7 +137,7 @@ class Preferences extends React.Component {
{content}
- +
) }