Update stats-card.js

This commit is contained in:
Zohan Subhash
2023-01-14 10:52:26 +05:30
committed by GitHub
parent 1af63921b5
commit d8af18e465
+9 -6
View File
@@ -77,12 +77,15 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
totalIssues = "203",
totalPRs = "127",
contributedTo = "232",
rank = "S",
starsTitle = "Total Stars:",
commitsTitle = "Total Commits:",
issuesTitle = "Total Issues:",
PRsTitle = "Total PRs:",
contribsTitle = "Total Contributions:",
rank = {
level: "S",
score: 90
},
starsTitle = "Total Stars",
commitsTitle = "Total Commits",
issuesTitle = "Total Issues",
PRsTitle = "Total PRs",
contribsTitle = "Total Contributions",
title = "Your GitHub Stats",
} = stats;
const {