File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ workflows:
74
74
branches :
75
75
only :
76
76
- dev
77
+ - challenge-listing-part-1
77
78
78
79
# Production builds are exectuted only on tagged commits to the
79
80
# master branch.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import appDocumentationIcon from "../assets/images/learn.svg";
5
5
import appTaasIcon from "../assets/images/integrations.svg" ;
6
6
import myteamsIcon from "../assets/images/my-teams.svg" ;
7
7
import myteamsGreenIcon from "../assets/images/my-teams-green.svg" ;
8
+ import earnIcon from "../assets/images/earn.svg" ;
8
9
9
10
/**
10
11
* Micro-app categories
@@ -33,5 +34,16 @@ export const APP_CATEGORIES = [
33
34
menu : [ ]
34
35
}
35
36
]
37
+ } ,
38
+ {
39
+ category : "Do" ,
40
+ apps : [
41
+ {
42
+ title : "Earn" ,
43
+ icon : earnIcon ,
44
+ path : "/earn" ,
45
+ menu : [ ] ,
46
+ }
47
+ ]
36
48
}
37
49
] ;
You can’t perform that action at this time.
0 commit comments