We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc10ab commit cdf1197Copy full SHA for cdf1197
client/modules/IDE/pages/IDEViewMobile.jsx
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
3
import styled from 'styled-components';
4
import { Link } from 'react-router';
5
6
-import Editor from '../components/Editor';
7
import { prop, remSize } from '../../../theme';
8
9
const background = prop('Button.default.background');
@@ -41,7 +40,7 @@ export default () => (
41
40
42
<h3>
43
<br />This page is under construction.
44
- <br /><a href="/">Click here</a> to return to the regular editor
+ <br /><Link to="/">Click here</Link> to return to the regular editor
45
</h3>
46
47
<Footer><h1>Bottom Bar</h1></Footer>
0 commit comments