diff --git a/src/components/Editor.js b/src/components/Editor.js
index ad2d630..66598e2 100644
--- a/src/components/Editor.js
+++ b/src/components/Editor.js
@@ -41,7 +41,14 @@ class Editor extends React.Component {
this.setState({ bgColor: theme.bgColor, borderColor: theme.bdColor, pattern: Pattern });
}
-
+ formatOptionLabel = ({ value, label }) => (
+
+ );
render() {
@@ -124,6 +131,7 @@ class Editor extends React.Component {
*/}
-
-
+
+
@@ -210,8 +218,8 @@ class Editor extends React.Component {
-
Coverview is live on Product Hunt today.
-

+
Coverview is live on Product Hunt Today.
+
diff --git a/src/components/Themes/BasicTheme.js b/src/components/Themes/BasicTheme.js
index f358015..8ef1bcb 100644
--- a/src/components/Themes/BasicTheme.js
+++ b/src/components/Themes/BasicTheme.js
@@ -20,7 +20,7 @@ const BasicTheme = ({ config }) => {
-
- {author}
+ {author}
diff --git a/src/components/Themes/ModernTheme.js b/src/components/Themes/ModernTheme.js
index 981a11f..a154461 100644
--- a/src/components/Themes/ModernTheme.js
+++ b/src/components/Themes/ModernTheme.js
@@ -18,7 +18,7 @@ const ModernTheme = ({ config }) => {
{title}
- - {author}
+ {author}
diff --git a/src/components/Themes/OutlineTheme.js b/src/components/Themes/OutlineTheme.js
index ba2bab7..6e9e7c3 100644
--- a/src/components/Themes/OutlineTheme.js
+++ b/src/components/Themes/OutlineTheme.js
@@ -23,7 +23,7 @@ const OutlineTheme = ({ config }) => {
-
- {author}
+ {author}