Skip to content

Commit

Permalink
fix: routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 2, 2023
1 parent b556f3f commit 6ba4e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/about/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const About = () => {

];
return (
<BrowserRouter basename="/about">
<BrowserRouter basename="/junior/about">
<div>
<NavBar selected="about" />
<div id="content">
Expand Down

0 comments on commit 6ba4e15

Please sign in to comment.