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

Commit 316498e

Browse files
authored
Merge pull request #988 from shubhendusaurabh/issue-987
fixed #987 added ios community badge
2 parents a68f9bf + 8f20d4a commit 316498e

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
@@ -661,6 +661,12 @@ import moment from 'moment-timezone'
661661
name: 'Predix Community',
662662
groupClass: 'Predix-Community',
663663
active: false
664+
},
665+
{
666+
id: 1009,
667+
name: 'iOS Community',
668+
groupClass: 'iOS-Community',
669+
active: false
664670
}
665671
]
666672
}

assets/css/directives/badge-tooltip.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@
440440
.Predix-Community {
441441
background-position: -50px -672px;
442442
}
443+
.iOS-Community {
444+
background-position: -95px -672px;
445+
}
443446
.Wireframe {
444447
width: 31px;
445448
background-position: 0px -1009px !important;

assets/images/badge.grid.large.png

1.8 KB
Loading

0 commit comments

Comments
 (0)