Skip to content

Commit c78c223

Browse files
fix alignment
1 parent 5cabec7 commit c78c223

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update_stats.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ function renderMarkdown(stats, topRepos) {
215215
lines.push(`<details>`);
216216
lines.push(`<summary><b>⭐ Top repositories by commits</b></summary>`);
217217
lines.push("");
218-
lines.push('<div align="center">');
219218
lines.push(`| Repository | Commits | Open Issues | Open PRs | Stars | Forks |`);
220219
lines.push(`|---|---:|---:|---:|---:|---:|`);
221220
for (const r of topRepos) {
@@ -230,7 +229,7 @@ function renderMarkdown(stats, topRepos) {
230229

231230
lines.push(`</details>`);
232231
lines.push("");
233-
lines.push(`</div>`);
232+
234233
}
235234

236235
return lines.join("\n");

0 commit comments

Comments
 (0)