Fixed color of GitHub forks badge (#3366)
This commit is contained in:
committed by
Paul Melnikow
parent
07a8d2ecbe
commit
499fb8dbaf
@@ -58,6 +58,7 @@ module.exports = class GithubForks extends GithubAuthService {
|
||||
static render({ user, repo, forkCount }) {
|
||||
return {
|
||||
message: metric(forkCount),
|
||||
color: '4183C4',
|
||||
link: [
|
||||
`https://github.com/${user}/${repo}/fork`,
|
||||
`https://github.com/${user}/${repo}/network`,
|
||||
|
||||
Reference in New Issue
Block a user