Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 7557be2

Browse files
author
RickR
committed
Backwards compat
1 parent 252861f commit 7557be2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/scenes/home/home.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ class Home extends Component {
9090
path="/code-schools"
9191
component={CodeSchools}
9292
/>
93+
<Route
94+
path="/code_schools"
95+
component={CodeSchools}
96+
/>
9397
<Route
9498
path="/signup"
9599
component={SignUp}

0 commit comments

Comments
 (0)