Dependency bump

This commit is contained in:
2026-05-19 12:02:03 -04:00
parent 2150fdb237
commit 563b45010d
6 changed files with 159 additions and 27 deletions
@@ -55,9 +55,6 @@
document.querySelectorAll(selector).forEach(el => {
if (el.textContent !== value) {
el.textContent = value;
el.classList.remove('tick');
void el.offsetWidth;
el.classList.add('tick');
}
});
}