diff --git a/components/Dropdown.js b/components/Dropdown.js
index 142d6be..75526f9 100644
--- a/components/Dropdown.js
+++ b/components/Dropdown.js
@@ -71,7 +71,7 @@ class Dropdown extends React.Component {
onClick={this.toggle}
>
-
{this.props.selected.name}
+
{this.props.selected.name}
diff --git a/pages/editor.js b/pages/editor.js
index 7f3de5b..958eb21 100644
--- a/pages/editor.js
+++ b/pages/editor.js
@@ -14,6 +14,7 @@ import Settings from '../components/Settings'
import Toolbar from '../components/Toolbar'
import Overlay from '../components/Overlay'
import Carbon from '../components/Carbon'
+import ArrowDown from '../components/svg/Arrowdown'
import api from '../lib/api'
import {
THEMES,
@@ -75,6 +76,7 @@ class Editor extends React.Component {
paddingHorizontal: '32px',
uploading: false,
code: props.content,
+ saveAs: 'png',
_initialState: this.props.initialState
},
this.props.initialState
@@ -190,15 +192,15 @@ class Editor extends React.Component {
style={{ marginRight: '8px' }}
/>