Skip to content

Commit

Permalink
Merge pull request #35 from LordDashMe/hotfix/stats-remarks
Browse files Browse the repository at this point in the history
[HOTFIX] STATS REMARKS
  • Loading branch information
LordDashMe committed Aug 9, 2022
2 parents 64e6d47 + 5435911 commit ef5f0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CardTemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const CardTemplates = (
const remarksTemplate = `
<svg x="-6" y="224">
<g class="item" style="animation-delay: 1600ms" transform="translate(25, 15)">
<text class="contribution-stats remarks" x="0" y="0">Remarks: The contribution stats score rating is ${ratingsTranslation}</text>
<text class="contribution-stats remarks" x="0" y="0">Remarks: The contributor stats score rating is ${ratingsTranslation}</text>
</g>
</svg>
`;
Expand Down

1 comment on commit ef5f0fd

@vercel
Copy link

@vercel vercel bot commented on ef5f0fd Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.