We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3b5f7 commit b7c0fdcCopy full SHA for b7c0fdc
src/constants/apps.js
@@ -5,6 +5,7 @@ import appDocumentationIcon from "../assets/images/learn.svg";
5
import appTaasIcon from "../assets/images/integrations.svg";
6
import myteamsIcon from "../assets/images/my-teams.svg";
7
import myteamsGreenIcon from "../assets/images/my-teams-green.svg";
8
+import earnIcon from "../assets/images/earn.svg";
9
10
/**
11
* Micro-app categories
@@ -33,5 +34,16 @@ export const APP_CATEGORIES = [
33
34
menu: []
35
}
36
]
37
+ },
38
+ {
39
+ category: "Do",
40
+ apps: [
41
42
+ title: "Earn",
43
+ icon: earnIcon,
44
+ path: "/earn",
45
+ menu: [],
46
+ }
47
+ ]
48
49
];
0 commit comments