Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from Lampese/patch-1
Browse files Browse the repository at this point in the history
fix: button display when star have two digits
  • Loading branch information
bzy-debug authored Oct 28, 2024
2 parents 0769591 + 7c3a249 commit 8e51e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function githubBtn(
authorName,
)}&repo=${querystring.escape(repoName)}&type=star&count=true${
large && '&size=large'
}" frameborder="0" scrolling="0" width="115" height="32" title="GitHub">
}" frameborder="0" scrolling="0" width="140" height="32" title="GitHub">
</iframe>`
}

Expand Down

0 comments on commit 8e51e31

Please sign in to comment.