Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stintheshe11 committed Oct 24, 2024
1 parent fc57b7a commit 49f95bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/render_github.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ async function renderStats(stats) {
<g transform="translate(30, 420)" class="animate animate-delay-11">
<path class="icon" d="${Icons.merged_prs_percentage_icon}" transform="translate(5, -17) scale(0.04)"/>
<text x="40" y="0" class="label">Merged PRs Percentage</text>
<text x="320" y="0" class="value" text-anchor="end">${stats.merged_prs_percentage.toFixed(0)}</text>
<text x="320" y="0" class="value" text-anchor="end">${stats.merged_prs_percentage.toFixed(1)}</text>
</g>
<g transform="translate(30, 460)" class="animate animate-delay-5">
Expand Down

0 comments on commit 49f95bc

Please sign in to comment.