mirror of
https://github.com/KevinMidboe/waka-box.git
synced 2025-10-29 01:40:22 +00:00
Adjust wordwrap value to match wider GitHub profiles
This commit is contained in:
2
index.js
2
index.js
@@ -35,7 +35,7 @@ async function updateGist(stats) {
|
|||||||
const line = [
|
const line = [
|
||||||
name.padEnd(11),
|
name.padEnd(11),
|
||||||
time.padEnd(14),
|
time.padEnd(14),
|
||||||
generateBarChart(percent, 12),
|
generateBarChart(percent, 24),
|
||||||
String(percent.toFixed(1)).padStart(5) + "%"
|
String(percent.toFixed(1)).padStart(5) + "%"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user