Skip to content

Commit

Permalink
Merge pull request #975 from appirio-tech/hotfix/predix_badge_name
Browse files Browse the repository at this point in the history
Fixed name of the Predix Badge
  • Loading branch information
ajefts authored Feb 1, 2017
2 parents 7e77eb6 + 28d1862 commit e581f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/profile/badges/badges.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ import moment from 'moment-timezone'
},
{
id: 1008,
name: 'Predix Coder',
groupClass: 'Predix-Coder',
name: 'Predix Community',
groupClass: 'Predix-Community',
active: false
}
]
Expand Down
2 changes: 1 addition & 1 deletion assets/css/directives/badge-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
.Crowd-for-Good {
background-position: 0px -672px;
}
.Predix-Coder {
.Predix-Community {
background-position: -50px -672px;
}
.Wireframe {
Expand Down

0 comments on commit e581f85

Please sign in to comment.