Skip to content

Commit c5d2981

Browse files
committed
update title position
1 parent 17b0021 commit c5d2981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function generateSVG(languageStats, topN = 5) {
260260
<rect width="420" height="${height}" fill="${CONFIG.BG_COLOR}" rx="10" stroke="${CONFIG.BORDER_COLOR}" stroke-width="1"/>
261261
262262
<!-- Title -->
263-
<text x="210" y="30" font-size="18" fill="${CONFIG.TITLE_COLOR}" font-weight="600" text-anchor="middle">
263+
<text x="25" y="30" font-size="18" fill="${CONFIG.TITLE_COLOR}" font-weight="600">
264264
${CONFIG.TITLE}
265265
</text>
266266

0 commit comments

Comments
 (0)