Skip to content

Commit adf848e

Browse files
Merge pull request #45 from HORNET-Storage/feat/remove-xnostr-verification
Feat/remove xnostr verification
2 parents 6c1b8fe + 2d6033a commit adf848e

File tree

6 files changed

+0
-1264
lines changed

6 files changed

+0
-1264
lines changed

src/components/settings/SettingsNavigation.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,6 @@ const settingsTabs: SettingsTab[] = [
9393
icon: <RobotOutlined className="item-icon" />,
9494
path: '/settings/ollama'
9595
},
96-
{
97-
key: 'xnostr',
98-
label: 'XNostr',
99-
icon: <TwitterOutlined className="item-icon" />,
100-
path: '/settings/xnostr'
101-
},
10296
{
10397
key: 'relay_info',
10498
label: 'Relay Info',

src/components/settings/SettingsPage.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
PictureOutlined,
88
ApiOutlined,
99
RobotOutlined,
10-
TwitterOutlined,
1110
InfoCircleOutlined,
1211
WalletOutlined,
1312
GlobalOutlined,
@@ -23,7 +22,6 @@ import WalletSettings from './WalletSettings';
2322
import GeneralSettings from './GeneralSettings';
2423
import RelayInfoSettings from './RelayInfoSettings';
2524
import QueryCacheSettings from './QueryCacheSettings';
26-
import XNostrSettings from './XNostrSettings';
2725

2826
const SettingsContainer = styled.div`
2927
width: 100%;
@@ -175,13 +173,6 @@ const SettingsPage: React.FC = () => {
175173
icon: <RobotOutlined />,
176174
component: <OllamaSettings />
177175
},
178-
{
179-
key: 'xnostr',
180-
path: '/settings/xnostr',
181-
label: 'XNostr',
182-
icon: <TwitterOutlined />,
183-
component: <XNostrSettings />
184-
},
185176
{
186177
key: 'relay_info',
187178
path: '/settings/relay-info',

0 commit comments

Comments
 (0)