Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/components/settings/SettingsNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ const settingsTabs: SettingsTab[] = [
icon: <RobotOutlined className="item-icon" />,
path: '/settings/ollama'
},
{
key: 'xnostr',
label: 'XNostr',
icon: <TwitterOutlined className="item-icon" />,
path: '/settings/xnostr'
},
{
key: 'relay_info',
label: 'Relay Info',
Expand Down
9 changes: 0 additions & 9 deletions src/components/settings/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
PictureOutlined,
ApiOutlined,
RobotOutlined,
TwitterOutlined,
InfoCircleOutlined,
WalletOutlined,
GlobalOutlined,
Expand All @@ -23,7 +22,6 @@ import WalletSettings from './WalletSettings';
import GeneralSettings from './GeneralSettings';
import RelayInfoSettings from './RelayInfoSettings';
import QueryCacheSettings from './QueryCacheSettings';
import XNostrSettings from './XNostrSettings';

const SettingsContainer = styled.div`
width: 100%;
Expand Down Expand Up @@ -175,13 +173,6 @@ const SettingsPage: React.FC = () => {
icon: <RobotOutlined />,
component: <OllamaSettings />
},
{
key: 'xnostr',
path: '/settings/xnostr',
label: 'XNostr',
icon: <TwitterOutlined />,
component: <XNostrSettings />
},
{
key: 'relay_info',
path: '/settings/relay-info',
Expand Down
Loading
Loading