File tree Expand file tree Collapse file tree
src/components/layouts/main/sider Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { ReactComponent as BtcIcon } from '@app/assets/icons/btc.svg';
55import { ReactComponent as StatsIcon } from '@app/assets/icons/stats.svg' ;
66import { ReactComponent as StorageSettingsIcon } from '@app/assets/icons/storage-settings.svg' ;
77import { useResponsive } from '@app/hooks/useResponsive' ;
8- import { ReactComponent as MediaIcon } from '@app/assets/icons/media.svg' ;
98
109export 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' ,
You can’t perform that action at this time.
0 commit comments