Skip to content

Commit

Permalink
Change default route to /new
Browse files Browse the repository at this point in the history
  • Loading branch information
elv-zenia authored Oct 4, 2022
1 parent ae8be75 commit a200326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const App = observer(() => {
<LeftNavigation />
<main>
<Switch>
<Redirect exact from="/" to="/jobs" />
<Redirect exact from="/" to="/new" />
{
appRoutes.map(({path, Component}) => (
<Route exact={true} key={path} path={path}>
Expand Down

0 comments on commit a200326

Please sign in to comment.