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

Commit 2c55d36

Browse files
committed
earn-app use its own sidebar
1 parent 10b443a commit 2c55d36

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/constants/apps.js

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -244,20 +244,7 @@ export const APP_CATEGORIES = [
244244
title: "Earn",
245245
icon: earnIcon,
246246
path: "/earn",
247-
menu: [
248-
{
249-
title: "My Work",
250-
path: "/earn",
251-
icon: myWorkIcon,
252-
activeIcon: myWorkGreenIcon,
253-
},
254-
{
255-
title: "Find Work",
256-
path: "/earn/find",
257-
icon: findWorkIcon,
258-
activeIcon: findWorkGreenIcon,
259-
},
260-
],
247+
menu: [],
261248
},
262249
{
263250
title: "Learn",

0 commit comments

Comments
 (0)