mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-12-19 13:47:22 +00:00
Revert "Changed badges in README and projects page"
This reverts commit 092be363f0.
This commit is contained in:
parent
092be363f0
commit
eadcf0ae25
2 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ class Projects extends React.PureComponent<Props> {
|
|||
},
|
||||
{
|
||||
imgUrl:
|
||||
"https://img.shields.io/codeclimate/maintainability/mitchelljfs/mjfs.us.svg",
|
||||
"https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability",
|
||||
linkUrl:
|
||||
"https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability",
|
||||
alt: "Maintainability"
|
||||
|
|
@ -49,14 +49,14 @@ class Projects extends React.PureComponent<Props> {
|
|||
},
|
||||
{
|
||||
imgUrl:
|
||||
"https://img.shields.io/codeclimate/coverage/mitchelljfs/lambdarouter.svg",
|
||||
"https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage",
|
||||
linkUrl:
|
||||
"https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage",
|
||||
alt: "Code Coverage"
|
||||
},
|
||||
{
|
||||
imgUrl:
|
||||
"https://img.shields.io/codeclimate/maintainability/mitchelljfs/lambdarouter.svg",
|
||||
"https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability",
|
||||
linkUrl:
|
||||
"https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability",
|
||||
alt: "Maintainability"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue