Fix GitHub badge typo

This commit is contained in:
Sam Becker 2025-02-13 23:06:15 -06:00
parent 03ac8be368
commit 0a2b8666bd

View File

@ -14,7 +14,6 @@ export default async function GitHubForkStatusBadgeServer() {
const commit = VERCEL_GIT_COMMIT_SHA;
const {
url,
isForkedFromBase,
isBaseRepo,
isBehind,
@ -44,7 +43,6 @@ export default async function GitHubForkStatusBadgeServer() {
return isForkedFromBase || isBaseRepo
? <GitHubForkStatusBadgeClient {...{
url,
label,
tooltip: <>
{description}