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

earn-app use its own sidebar #7

Merged
merged 1 commit into from
Dec 9, 2020
Merged
Changes from all commits
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
15 changes: 1 addition & 14 deletions src/constants/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,20 +244,7 @@ export const APP_CATEGORIES = [
title: "Earn",
icon: earnIcon,
path: "/earn",
menu: [
{
title: "My Work",
path: "/earn",
icon: myWorkIcon,
activeIcon: myWorkGreenIcon,
},
{
title: "Find Work",
path: "/earn/find",
icon: findWorkIcon,
activeIcon: findWorkGreenIcon,
},
],
menu: [],
},
{
title: "Learn",
Expand Down