Fix GitHub badge typo
This commit is contained in:
parent
03ac8be368
commit
0a2b8666bd
@ -14,7 +14,6 @@ export default async function GitHubForkStatusBadgeServer() {
|
|||||||
const commit = VERCEL_GIT_COMMIT_SHA;
|
const commit = VERCEL_GIT_COMMIT_SHA;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
url,
|
|
||||||
isForkedFromBase,
|
isForkedFromBase,
|
||||||
isBaseRepo,
|
isBaseRepo,
|
||||||
isBehind,
|
isBehind,
|
||||||
@ -44,7 +43,6 @@ export default async function GitHubForkStatusBadgeServer() {
|
|||||||
|
|
||||||
return isForkedFromBase || isBaseRepo
|
return isForkedFromBase || isBaseRepo
|
||||||
? <GitHubForkStatusBadgeClient {...{
|
? <GitHubForkStatusBadgeClient {...{
|
||||||
url,
|
|
||||||
label,
|
label,
|
||||||
tooltip: <>
|
tooltip: <>
|
||||||
{description}
|
{description}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user