Skip to content

Commit

Permalink
fix: use correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Nov 15, 2024
1 parent d226409 commit 33e8d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const App = () => {
<Route path={URLS.experiment} element={<Experiment />} />

{/* ExperimentAbout */}
<Route path={URLS.experiment} element={<ExperimentAbout />} />
<Route path={URLS.experimentAbout} element={<ExperimentAbout />} />

{/* Store profile */}
<Route
Expand Down

0 comments on commit 33e8d36

Please sign in to comment.