Skip to content

Commit

Permalink
Merge branch 'main' into new-fitlers
Browse files Browse the repository at this point in the history
  • Loading branch information
chentex authored Nov 29, 2023
2 parents 5fafa53 + 1ce837a commit bfbc513
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="/" exact><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 bfbc513

Please # to comment.