From 06a232a25faafff9a46334f87eefe168fbd90a80 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 15 Jan 2026 12:00:13 +0000 Subject: [PATCH] Remove 'events' suffix from count result --- src/components/CountViewer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/CountViewer.tsx b/src/components/CountViewer.tsx index cfda9c6..9e93593 100644 --- a/src/components/CountViewer.tsx +++ b/src/components/CountViewer.tsx @@ -291,7 +291,7 @@ function SingleRelayResult({ result }: { result: RelayCountResult }) { } return ( -
+
{result.count?.toLocaleString()} @@ -305,7 +305,6 @@ function SingleRelayResult({ result }: { result: RelayCountResult }) { )}
-

events

); }