Skip to content

Commit e30dc25

Browse files
committed
Remove Media Manager from sidebar navigation
1 parent 3f95cf5 commit e30dc25

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/components/layouts/main/sider/sidebarNavigation.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { ReactComponent as BtcIcon } from '@app/assets/icons/btc.svg';
55
import { ReactComponent as StatsIcon } from '@app/assets/icons/stats.svg';
66
import { ReactComponent as StorageSettingsIcon } from '@app/assets/icons/storage-settings.svg';
77
import { useResponsive } from '@app/hooks/useResponsive';
8-
import { ReactComponent as MediaIcon } from '@app/assets/icons/media.svg';
98

109
export interface SidebarNavigationItem {
1110
title: string;
@@ -37,14 +36,6 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
3736
key: 'blocked-pubkeys',
3837
url: '/blocked-pubkeys',
3938
icon: <StopOutlined />,
40-
},
41-
{
42-
title: 'common.media-manager',
43-
key: 'media-manager',
44-
url: '/media-manager',
45-
icon: <MediaIcon />,
46-
47-
4839
},
4940
{
5041
title: 'Nostr Statistics',

0 commit comments

Comments
 (0)