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

Commit be32719

Browse files
author
Nick Litwin
committed
Update member of the month
1 parent 045db55 commit be32719

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/community/members.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import angular from 'angular'
1212
ctrl.notSearch = true
1313
ctrl.showing = 'list'
1414
ctrl.domain = CONSTANTS.domain
15-
ctrl.currentMonth = 'January 2016'
15+
ctrl.currentMonth = 'February 2016'
1616
ctrl.memberLeaderboard = []
1717
ctrl.copilots = []
1818
CommunityDataService.getMembersData()

app/services/communityData.service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import angular from 'angular'
2424
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/tewibowo_feb2016.png',
2525
'name': 'Tewibowo',
2626
'contestType': 'Design',
27-
'description': 'Won $4175 in 6 challenges',
27+
'description': 'Won $4,175 in 6 challenges',
2828
'class': 'design'
2929
}, {
3030
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/billsedison_feb2016.png',
@@ -36,7 +36,7 @@ import angular from 'angular'
3636
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/anubhav94_feb2016.png',
3737
'name': 'anubhav94',
3838
'contestType': 'Data Science',
39-
'description': 'Gained 336 ratings points within all 3 December SRMs.',
39+
'description': 'Gained 336 rating points within all 3 December SRMs',
4040
'class': 'data-science'
4141
}, {
4242
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johnalok_feb2016.png',

0 commit comments

Comments
 (0)