mirror of
https://github.com/meshtastic/web.git
synced 2026-04-19 13:27:33 -04:00
feat: added node count to sidebar
This commit is contained in:
@@ -58,7 +58,7 @@ export const Sidebar = ({ children }: SidebarProps) => {
|
||||
page: "channels",
|
||||
},
|
||||
{
|
||||
name: "Nodes",
|
||||
name: `Nodes (${nodes.size})`,
|
||||
icon: UsersIcon,
|
||||
page: "nodes",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user