Add logo support for the endpoint badge and refactor logo functions (#2796)

This commit is contained in:
Paul Melnikow
2019-01-20 15:22:46 -05:00
committed by chris48s
parent a8e27d139d
commit 26d0495ee6
13 changed files with 386 additions and 169 deletions

View File

@@ -67,7 +67,7 @@ module.exports = class GithubPullRequestCheckState extends GithubAuthService {
static get defaultBadgeData() {
return {
label: 'checks',
logo: 'github',
namedLogo: 'github',
}
}