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

Commit e581f85

Browse files
authored
Merge pull request #975 from appirio-tech/hotfix/predix_badge_name
Fixed name of the Predix Badge
2 parents 7e77eb6 + 28d1862 commit e581f85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/profile/badges/badges.controller.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ import moment from 'moment-timezone'
658658
},
659659
{
660660
id: 1008,
661-
name: 'Predix Coder',
662-
groupClass: 'Predix-Coder',
661+
name: 'Predix Community',
662+
groupClass: 'Predix-Community',
663663
active: false
664664
}
665665
]

assets/css/directives/badge-tooltip.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
.Crowd-for-Good {
438438
background-position: 0px -672px;
439439
}
440-
.Predix-Coder {
440+
.Predix-Community {
441441
background-position: -50px -672px;
442442
}
443443
.Wireframe {

0 commit comments

Comments
 (0)