updated the copy in the NOC page to remove the em dashes and replace with more concise copy. Also updated the meta description and twitter description to match the new copy style. No code changes, just copy edits.

This commit is contained in:
2026-05-21 20:54:35 -05:00
parent 199502bc8d
commit 36291fd935
+1 -1
View File
@@ -95,7 +95,6 @@ async function loadNocStatus() {
</div> </div>
<h3>${system.name}</h3> <h3>${system.name}</h3>
<p>${system.type}</p> <p>${system.type}</p>
<code>${system.address}</code>
<div class="system-meta"> <div class="system-meta">
<small>Status: ${system.status}</small> <small>Status: ${system.status}</small>
<small>Latency: ${system.latency || "N/A"}</small> <small>Latency: ${system.latency || "N/A"}</small>
@@ -236,6 +235,7 @@ async function loadGithubRepos() {
} }
} }
} }
// Build the alert panel from system data // Build the alert panel from system data
function renderAlerts(systems, alertList) { function renderAlerts(systems, alertList) {
const scored = systems const scored = systems