From be9b61ec0c00a708e699ba6002a5ed6700c536ae Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Mon, 17 Mar 2025 13:20:21 -0400 Subject: [PATCH] feat: added node count to sidebar --- src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 1d297d66..69707202 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -58,7 +58,7 @@ export const Sidebar = ({ children }: SidebarProps) => { page: "channels", }, { - name: "Nodes", + name: `Nodes (${nodes.size})`, icon: UsersIcon, page: "nodes", },