Remove namedLogo from defaultBadgeData of non-social badges (#10195)

This commit is contained in:
Pierre-Yves Bigourdan
2024-05-27 22:34:38 +02:00
committed by GitHub
parent ee5f06e0a7
commit f57c4edbb9
6 changed files with 6 additions and 9 deletions

View File

@@ -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 {