diff --git a/website/scripts/status_cafe.ts b/website/scripts/status_cafe.ts index a70bcb0..7376469 100644 --- a/website/scripts/status_cafe.ts +++ b/website/scripts/status_cafe.ts @@ -36,7 +36,6 @@ interface LatestStatus { h2.appendChild(a); 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. statusElement.appendChild(h2);