why was I text-align:"end"-ing this?
All checks were successful
/ build (push) Successful in 20s

This commit is contained in:
Soph :3 2025-10-09 22:22:04 +03:00
parent 2c44db752a
commit 542c3c62f3

View file

@ -36,7 +36,6 @@ interface LatestStatus {
h2.appendChild(a); h2.appendChild(a);
h2.innerHTML += " - " + timeAgo(latestEntry.updated); h2.innerHTML += " - " + timeAgo(latestEntry.updated);
p.style.textAlign = "end";
p.innerHTML = decodeURIComponent(latestEntry.status); // I trust status.cafe, and myself with the contents of this string. p.innerHTML = decodeURIComponent(latestEntry.status); // I trust status.cafe, and myself with the contents of this string.
statusElement.appendChild(h2); statusElement.appendChild(h2);