Skip to content

Commit

Permalink
Adjust stars badge height to 20 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Jun 8, 2024
1 parent 273b217 commit f2b2340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ generate_repo_table() {
repo_base_name=$(basename $repo_name)

local repo_hyperlink="<a href=\"https://github.com/$repo_name\">$repo_base_name</a>"
local stars="<a href=\"https://github.com/$repo_name/stargazers\"><img alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/$repo_name?style=flat\" height=\"25\"/></a>"
local stars="<a href=\"https://github.com/$repo_name/stargazers\"><img alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/$repo_name?style=flat\" height=\"20\"/></a>"

# At header in the first run
if [[ "$index" == "1" ]]; then
Expand Down

0 comments on commit f2b2340

Please sign in to comment.