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

Commit 273d967

Browse files
authored
Merge pull request #953 from shubhendusaurabh/issue-912
fixes #912 added predix coder badge
2 parents c88f8af + dd8ad5b commit 273d967

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
@@ -655,6 +655,12 @@ import moment from 'moment-timezone'
655655
name: 'Crowd for Good',
656656
groupClass: 'Crowd-for-Good',
657657
active: false
658+
},
659+
{
660+
id: 1008,
661+
name: 'Predix Coder',
662+
groupClass: 'Predix-Coder',
663+
active: false
658664
}
659665
]
660666
}

assets/css/directives/badge-tooltip.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,9 @@
437437
.Crowd-for-Good {
438438
background-position: 0px -672px;
439439
}
440+
.Predix-Coder {
441+
background-position: -50px -672px;
442+
}
440443
.Wireframe {
441444
width: 31px;
442445
background-position: 0px -1009px !important;

assets/images/badge.grid.large.png

100755100644
4.62 KB
Loading

0 commit comments

Comments
 (0)