Fixed color of GitHub forks badge (#3366)

This commit is contained in:
Pierre-Yves B
2019-04-27 18:48:47 +01:00
committed by Paul Melnikow
parent 07a8d2ecbe
commit 499fb8dbaf

View File

@@ -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`,