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

fixed #987 added ios community badge #988

Merged
merged 1 commit into from
Feb 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/profile/badges/badges.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions assets/css/directives/badge-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,9 @@
.Predix-Community {
background-position: -50px -672px;
}
.iOS-Community {
background-position: -95px -672px;
}
.Wireframe {
width: 31px;
background-position: 0px -1009px !important;
Expand Down
Binary file modified assets/images/badge.grid.large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.