feat: remove explore page
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
4173e3bd2a
commit
45f810b5b8
@@ -6,7 +6,6 @@ import useMediaQuery from '@mui/material/useMediaQuery';
|
||||
import AppsIcon from '@mui/icons-material/Apps';
|
||||
import SwapCallsIcon from '@mui/icons-material/SwapCalls';
|
||||
import HistoryIcon from '@mui/icons-material/History';
|
||||
import ExploreIcon from '@mui/icons-material/Explore';
|
||||
import NotificationsIcon from '@mui/icons-material/Notifications';
|
||||
|
||||
import * as URLS from 'config/urls';
|
||||
@@ -33,11 +32,6 @@ const drawerLinks = [
|
||||
primary: 'drawer.executions',
|
||||
to: URLS.EXECUTIONS,
|
||||
},
|
||||
{
|
||||
Icon: ExploreIcon,
|
||||
primary: 'drawer.explore',
|
||||
to: URLS.EXPLORE,
|
||||
},
|
||||
];
|
||||
|
||||
const drawerBottomLinks = [
|
||||
|
Reference in New Issue
Block a user