Skip to content

Commit

Permalink
Changed order of priorities in the routes
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
  • Loading branch information
chentex authored and jtaleric committed Nov 28, 2023
1 parent 36bcf16 commit 1ce837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export const App = () => {
>
<PageSection variant={PageSectionVariants.light} hasOverflowScroll={true} aria-label={"overflow false"}>
<Switch>
<Route path="/"><HomeView /></Route>
<Route path="/home"><HomeView /></Route>
<Route path="/ocp"><OCPHome /></Route>
<Route path="/"><HomeView /></Route>
</Switch>
</PageSection>
</Page>
Expand Down

0 comments on commit 1ce837a

Please # to comment.