diff --git a/client/components/Nav.js b/client/components/Nav.js index 07456387..975e3ceb 100644 --- a/client/components/Nav.js +++ b/client/components/Nav.js @@ -8,7 +8,7 @@ function Nav(props) {
  • New @@ -21,6 +21,16 @@ function Nav(props) { Save
  • +
  • + + Duplicate + +
  • +
  • + + Download + +
  • @@ -28,16 +38,6 @@ function Nav(props) {

  • -
  • - - Export (zip) - -
  • -
  • - - Clone - -
  • Current line - {this.props.lineNo} + {this.props.lineNumber}

    ); @@ -36,7 +36,7 @@ class EditorAccessibility extends React.Component { EditorAccessibility.propTypes = { lintMessages: PropTypes.array.isRequired, - lineNo: PropTypes.string.isRequired, + lineNumber: PropTypes.string.isRequired, }; export default EditorAccessibility; diff --git a/client/modules/IDE/components/PreviewFrame.js b/client/modules/IDE/components/PreviewFrame.js index ac6794fc..dfef5396 100644 --- a/client/modules/IDE/components/PreviewFrame.js +++ b/client/modules/IDE/components/PreviewFrame.js @@ -33,7 +33,7 @@ const hijackConsoleScript = `