Skip to content

Commit ce6298a

Browse files
committed
fix: actually regenerate app.min.js from correct directory
1 parent 2436038 commit ce6298a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source Code/scripts/app.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ fetch('github-stats.json')
595595
container.innerHTML = buildSVG(stats.pct);
596596
if (updatedEl && stats.updatedAt) {
597597
const d = new Date(stats.updatedAt);
598-
updatedEl.textContent = `
598+
updatedEl.textContent = '/' + '/ updated ' + d.toLocaleDateString('en-CA', { year: 'numeric', month: 'short', day: 'numeric' });
599599
}
600600
})
601601
.catch(() => { });

0 commit comments

Comments
 (0)