This repository was archived by the owner on Mar 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-app" ,
3- "homepage" : " https://pratikkabade.github.io/github-portfolio /" ,
3+ "homepage" : " https://pratikkabade.github.io/Github-Portfolio /" ,
44 "version" : " 0.1.0" ,
55 "description" : " Built from https://www.github.com/firenudge-io/" ,
66 "private" : true ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const Profile = () => {
5757 < div className = "d-flex flex-items-center mb-3 " >
5858
5959 { /* go back */ }
60- < a href = "/github-portfolio " className = "btn btn-outline" >
60+ < a href = "/Github-Portfolio " className = "btn btn-outline" >
6161 Back
6262 </ a >
6363
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ export const AppRoutes = () => {
88 < div >
99 < BrowserRouter >
1010 < Routes >
11- < Route path = "/github-portfolio " element = { < Home /> } />
12- < Route path = "/github-portfolio /org/*" element = { < Organization /> } />
11+ < Route path = "/Github-Portfolio " element = { < Home /> } />
12+ < Route path = "/Github-Portfolio /org/*" element = { < Organization /> } />
1313 < Route path = "/org/*" element = { < Organization /> } />
1414 </ Routes >
1515 </ BrowserRouter >
You can’t perform that action at this time.
0 commit comments