-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsidebar-clean.patch
More file actions
22 lines (22 loc) · 970 Bytes
/
sidebar-clean.patch
File metadata and controls
22 lines (22 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/components/layouts/main/sider/sidebarNavigation.tsx
+++ b/src/components/layouts/main/sider/sidebarNavigation.tsx
@@ -1,5 +1,5 @@
import React, { useMemo } from 'react';
-import { DashboardOutlined, TableOutlined } from '@ant-design/icons';
+import { DashboardOutlined, TableOutlined, StopOutlined, FlagOutlined } from '@ant-design/icons';
import { ReactComponent as NestIcon } from '@app/assets/icons/hive.svg';
import { ReactComponent as BtcIcon } from '@app/assets/icons/btc.svg';
import { ReactComponent as StatsIcon } from '@app/assets/icons/stats.svg';
@@ -31,6 +31,12 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
url: '/relay-settings',
icon: <StorageSettingsIcon />,
},
+ {
+ title: 'Access Control',
+ key: 'blocked-pubkeys',
+ url: '/blocked-pubkeys',
+ icon: <StopOutlined />,
+ },
{
title: 'Nostr Statistics',
key: 'dataTables',