diff --git a/public/index.html b/public/index.html
index eefda41..e16a4ae 100644
--- a/public/index.html
+++ b/public/index.html
@@ -143,7 +143,6 @@
nostr.social
@@ -154,7 +153,7 @@ A directory of did:nostr identities
-
+
@@ -350,7 +349,7 @@
${esc(c.name || short(pk))}
}
// ---- relay directory (firehose health data) ----
-const relaysState = { online: true, sortKey: 'uptime', dir: -1, rows: [], meta: {} };
+const relaysState = { online: true, sortKey: 'lastChecked', dir: -1, rows: [], meta: {} };
const RCOLS = [
{ key: 'relay', label: 'Relay', num: false },
{ key: 'online', label: 'Status', num: false },