Skip to content

Commit cdf1197

Browse files
committed
🧹use <Link /> instead of <a />
1 parent 7dc10ab commit cdf1197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/modules/IDE/pages/IDEViewMobile.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
33
import styled from 'styled-components';
44
import { Link } from 'react-router';
55

6-
import Editor from '../components/Editor';
76
import { prop, remSize } from '../../../theme';
87

98
const background = prop('Button.default.background');
@@ -41,7 +40,7 @@ export default () => (
4140

4241
<h3>
4342
<br />This page is under construction.
44-
<br /><a href="/">Click here</a> to return to the regular editor
43+
<br /><Link to="/">Click here</Link> to return to the regular editor
4544
</h3>
4645

4746
<Footer><h1>Bottom Bar</h1></Footer>

0 commit comments

Comments
 (0)