We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4833427 commit e8f6373Copy full SHA for e8f6373
data/projects.json
@@ -1,4 +1,12 @@
1
[
2
+ {
3
+ "title": "Contributors Page",
4
+ "slug": "contributor",
5
+ "description": "See the contributions of people",
6
+ "category": "contributor",
7
+ "categoryKey": "contributor",
8
+ "difficulty": "easy"
9
+ },
10
{
11
"title": "Snake Game",
12
"slug": "snake",
@@ -231,14 +239,6 @@
231
239
"categoryKey": "games",
232
240
"difficulty": "easy"
233
241
},
234
- {
235
- "title": "Contributors Page",
236
- "slug": "contributor",
237
- "description": "See the contributions of people",
238
- "category": "contributor",
- "categoryKey": "contributor",
- "difficulty": "easy"
- },
242
243
"title": "Rhythm Tap Garden",
244
"slug": "rhythm-tap-garden",
0 commit comments