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

Commit f32049a

Browse files
authored
Merge pull request #823 from appirio-tech/support_crowd_for_good_badge
support crowd for good badge
2 parents 336f7fa + 7f68d05 commit f32049a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

app/profile/badges/badges.controller.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,12 @@ import moment from 'moment-timezone'
649649
name : 'Designer of the Month',
650650
groupClass : 'Member-of-the-Month',
651651
active : false
652+
},
653+
{
654+
id: 1007,
655+
name: 'Crowd for Good',
656+
groupClass: 'Crowd-for-Good',
657+
active: false
652658
}
653659
]
654660
}

assets/css/directives/badge-tooltip.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@
436436
.TopCoder-Spirit { background-position: -144px -336px; }
437437
.TopCoder-Mentor { background-position: -192px -336px; }
438438

439+
.Crowd-for-Good {
440+
background-position: 0px -672px;
441+
}
439442
.Wireframe {
440443
width: 31px;
441444
background-position: 0px -1009px !important;

assets/images/badge.grid.large.png

4.12 KB
Loading

0 commit comments

Comments
 (0)