Skip to content

Commit

Permalink
fix hack
Browse files Browse the repository at this point in the history
  • Loading branch information
WizzyGeek committed Jun 17, 2024
1 parent a176d66 commit e11d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const router = createBrowserRouter(
<Route path="auth" element={<Login />} />
<Route path="apply" element={<Apply />}/>
</Route>
<Route element={<NavLayout />} path="/recruitment">
<Route element={<NavLayout />} path="/recruitments">
<Route path="/" element={<Root />} />
<Route path="auth" element={<Login />} />
<Route path="apply" element={<Apply />}/>
Expand Down

0 comments on commit e11d556

Please sign in to comment.