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

Commit fba7f4c

Browse files
author
tc_user
committed
fix issue 79
1 parent d7de22c commit fba7f4c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/App.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ const App = () => {
9090
</aside>
9191
<div className="content">
9292
<Router>
93-
<Challenges path="/earn/find/challenges" />
94-
<NoSidebarDemo path="/earn" />
93+
<Challenges path="/earn/*" />
9594
</Router>
9695
</div>
9796
</div>

src/constants/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export const PAGINATION_MAX_PAGE_DISPLAY = 3;
33

44
export const NAV_MENU = {
55
"Find Work": {
6-
Gigs: "",
76
Challenges: "/earn/find/challenges",
87
},
98
};

0 commit comments

Comments
 (0)