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

Code clean up #195

Merged
merged 6 commits into from
Oct 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove path
  • Loading branch information
LieutenantRoger committed Oct 11, 2021
commit f07519ca5e151a20e396910ca316b1aaf6a1a037
2 changes: 1 addition & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const NAV_MENU = {
children: [
{
name: "Gigs",
path: "/earn/gigs",
path: "",
},
{
name: "Challenges",
Expand Down