diff --git a/app/profile/badges/badges.controller.js b/app/profile/badges/badges.controller.js index 4359ac019..f99750f43 100644 --- a/app/profile/badges/badges.controller.js +++ b/app/profile/badges/badges.controller.js @@ -661,6 +661,12 @@ import moment from 'moment-timezone' name: 'Predix Community', groupClass: 'Predix-Community', active: false + }, + { + id: 1009, + name: 'iOS Community', + groupClass: 'iOS-Community', + active: false } ] } diff --git a/assets/css/directives/badge-tooltip.scss b/assets/css/directives/badge-tooltip.scss index 156b73aea..fbcf074cf 100644 --- a/assets/css/directives/badge-tooltip.scss +++ b/assets/css/directives/badge-tooltip.scss @@ -440,6 +440,9 @@ .Predix-Community { background-position: -50px -672px; } +.iOS-Community { + background-position: -95px -672px; +} .Wireframe { width: 31px; background-position: 0px -1009px !important; diff --git a/assets/images/badge.grid.large.png b/assets/images/badge.grid.large.png index 7e3a747d5..b7c73ef24 100644 Binary files a/assets/images/badge.grid.large.png and b/assets/images/badge.grid.large.png differ