feat(kickstarter): add achievement

This commit is contained in:
Sabe Jones
2019-09-27 11:45:24 -05:00
parent 5a633e7b64
commit ef1e7ba336
6 changed files with 14 additions and 1 deletions

View File

@@ -193,6 +193,11 @@ let specialAchievs = {
pluralTitleKey: 'helped',
pluralTextKey: 'surveysMultiple',
},
kickstarter2019: {
icon: 'achievement-kickstarter2019',
titleKey: 'achievementKickstarter2019',
textKey: 'achievementKickstarter2019Text',
},
};
Object.assign(achievementsData, specialAchievs);