removed explicit birth date

This commit is contained in:
Oliver Bryan
2025-09-09 11:30:24 +01:00
parent e71819b19b
commit bba1498ec6

View File

@@ -17,7 +17,7 @@
const element = document.getElementById("time-alive");
if (element) {
element.innerText = `${years}y or ${milliseconds}ms (${birthDate.toDateString()})`;
element.innerText = `${years}y or ${milliseconds}ms`;
}
}