Skip to content

Commit

Permalink
fix: increase badge logo size (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Mar 4, 2024
1 parent fb1f07e commit 895fb82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/routes/badges/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const handler: Handlers<unknown, State> = {
message: packageResp.data.latestVersion,
labelColor: "rgb(8,51,68)",
color: "rgb(247,223,30)",
logoWidth: "25",
}),
{
headers: {
Expand Down
1 change: 1 addition & 0 deletions frontend/routes/badges/package_score.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const handler: Handlers<unknown, State> = {
message: `${packageResp.data.score}%`,
labelColor: "rgb(8,51,68)",
color: "rgb(247,223,30)",
logoWidth: "25",
}),
{
headers: {
Expand Down

0 comments on commit 895fb82

Please sign in to comment.