diff --git a/apps/web/src/views/home.ejs b/apps/web/src/views/home.ejs index 20d36e2..cc87d88 100644 --- a/apps/web/src/views/home.ejs +++ b/apps/web/src/views/home.ejs @@ -31,7 +31,7 @@
<%= m.last_ping ? m.last_ping.latency_ms + 'ms' : '—' %>
-
<%= m.last_ping ? 'just now' : 'no pings' %>
+
<%~ m.last_ping ? 'just now' : 'no pings' %>
<%= m.enabled ? m.interval_s + 's' : 'paused' %>