diff --git a/src/components/Editor.js b/src/components/Editor.js index c633007..934026a 100644 --- a/src/components/Editor.js +++ b/src/components/Editor.js @@ -3,7 +3,7 @@ import CoverImage from "./CoverImage"; import ComponentToImg from "./ComponentToImg"; import Select from 'react-select'; import RandomTheme from './RandomTheme'; - +// import resetIcon from '../assets/icons/reset.svg' const defaultSettings = { title: "How I built my first project with react", @@ -195,17 +195,17 @@ class Editor extends React.Component { */} - {/* - */} + + -
+
+ {/* */}
diff --git a/src/components/Themes/PreviewTheme.js b/src/components/Themes/PreviewTheme.js index c3e669c..63643a7 100644 --- a/src/components/Themes/PreviewTheme.js +++ b/src/components/Themes/PreviewTheme.js @@ -25,11 +25,12 @@ const PreviewTheme = ({ config }) => { preview
: -
+
setImage(URL.createObjectURL(e.target.files[0]))} /> + Upload a screenshot of your app
}