Fixed capitalization
This commit is contained in:
parent
f521a46d50
commit
5650db143f
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ const renderSVG = (stats, options) => {
|
||||||
</style>
|
</style>
|
||||||
<rect x="0.5" y="0.5" width="494" height="99%" rx="4.5" fill="#FFFEFE" stroke="#E4E2E2"/>
|
<rect x="0.5" y="0.5" width="494" height="99%" rx="4.5" fill="#FFFEFE" stroke="#E4E2E2"/>
|
||||||
|
|
||||||
<text x="25" y="35" class="header">${name}'s github stats</text>
|
<text x="25" y="35" class="header">${name}'s GitHub Stats</text>
|
||||||
<text y="45">
|
<text y="45">
|
||||||
${statItems}
|
${statItems}
|
||||||
</text>
|
</text>
|
||||||
|
|
Loading…
Add table
Reference in a new issue