Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit ea099de

Browse files
committed
name fix
1 parent 7eda61e commit ea099de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

src/components/org/Profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/routes/Routes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)