Remove namedLogo from defaultBadgeData of non-social badges (#10195)
This commit is contained in:
committed by
GitHub
parent
ee5f06e0a7
commit
f57c4edbb9
@@ -35,7 +35,7 @@ export default class GithubCommitsDifference extends GithubAuthV3Service {
|
||||
},
|
||||
}
|
||||
|
||||
static defaultBadgeData = { label: 'commits difference', namedLogo: 'github' }
|
||||
static defaultBadgeData = { label: 'commits difference' }
|
||||
|
||||
static render({ commitCount }) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user