fix a load of spacing issues in frontend content (#9281)

This commit is contained in:
chris48s
2023-06-18 09:05:42 +01:00
committed by GitHub
parent 50ea7068a8
commit a5f91a40e5
27 changed files with 180 additions and 251 deletions

View File

@@ -2,12 +2,10 @@ import { colorScale } from '../color-formatters.js'
import { InvalidResponse, NotFound } from '../index.js'
const documentation = `
<p>
If your GitHub badge errors, it might be because you hit GitHub's rate limits.
You can increase Shields.io's rate limit by
<a href="https://img.shields.io/github-auth">adding the Shields GitHub
application</a> using your GitHub account.
</p>
If your GitHub badge errors, it might be because you hit GitHub's rate limits.
You can increase Shields.io's rate limit by
[adding the Shields GitHub application](https://img.shields.io/github-auth)
using your GitHub account.
`
function issueStateColor(s) {