Browse Source
Merge pull request #518 from danditomaso/issue-515-add-node-count
feat: added node count to sidebar
pull/522/head
Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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", |
|
|
|
}, |
|
|
|
|