Skip to content

Commit a1d934a

Browse files
committed
update space under title
1 parent 71d3317 commit a1d934a

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
@@ -153,7 +153,7 @@ function generateUserStatsSVG(stats, username) {
153153
const iconColor = CONFIG.ICON_COLOR || '#6e7681';
154154
const valueColor = CONFIG.VALUE_COLOR || CONFIG.TEXT_COLOR;
155155

156-
let itemsY = 50;
156+
let itemsY = 60;
157157
const statsItems = statItems.map(item => {
158158
const formattedValue = formatNumber(item.value);
159159
const itemSVG = `

0 commit comments

Comments
 (0)