Skip to content

Commit eb0883f

Browse files
committed
Fix Earn under Do
1 parent fd3aa9d commit eb0883f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/constants/apps.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,15 @@ export const APP_CATEGORIES = [
5959
roles: ["Community Admin"],
6060
},
6161
{
62-
title: "Earn",
63-
icon: earnIcon,
64-
path: "/earn",
65-
menu: [],
62+
category: "Do",
63+
apps: [
64+
{
65+
title: "Earn",
66+
icon: earnIcon,
67+
path: "/earn",
68+
menu: [],
69+
},
70+
],
6671
},
6772
],
6873
},

0 commit comments

Comments
 (0)