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

Commit b7c0fdc

Browse files
Added Earn App to menu
1 parent 1a3b5f7 commit b7c0fdc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/constants/apps.js

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import appDocumentationIcon from "../assets/images/learn.svg";
55
import appTaasIcon from "../assets/images/integrations.svg";
66
import myteamsIcon from "../assets/images/my-teams.svg";
77
import myteamsGreenIcon from "../assets/images/my-teams-green.svg";
8+
import earnIcon from "../assets/images/earn.svg";
89

910
/**
1011
* Micro-app categories
@@ -33,5 +34,16 @@ export const APP_CATEGORIES = [
3334
menu: []
3435
}
3536
]
37+
},
38+
{
39+
category: "Do",
40+
apps: [
41+
{
42+
title: "Earn",
43+
icon: earnIcon,
44+
path: "/earn",
45+
menu: [],
46+
}
47+
]
3648
}
3749
];

0 commit comments

Comments
 (0)