diff --git a/src/constants/apps.js b/src/constants/apps.js index 626177a..f94d06c 100644 --- a/src/constants/apps.js +++ b/src/constants/apps.js @@ -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",