diff --git a/src/pages/settings/Settings.tsx b/src/pages/settings/Settings.tsx
index 5acdd9c..1382bc1 100644
--- a/src/pages/settings/Settings.tsx
+++ b/src/pages/settings/Settings.tsx
@@ -1,6 +1,5 @@
import AccountCircleIcon from '@mui/icons-material/AccountCircle'
import ArrowForwardIosIcon from '@mui/icons-material/ArrowForwardIos'
-import CachedIcon from '@mui/icons-material/Cached'
import RouterIcon from '@mui/icons-material/Router'
import { ListItem, useTheme } from '@mui/material'
import List from '@mui/material/List'
@@ -74,12 +73,6 @@ export const SettingsPage = () => {
{listItem('Relays')}
-
-
-
-
- {listItem('Local Cache')}
-
{loginMethod === LoginMethod.nostrLogin && (
diff --git a/src/routes/index.tsx b/src/routes/index.tsx
index f3580f9..f514e78 100644
--- a/src/routes/index.tsx
+++ b/src/routes/index.tsx
@@ -6,7 +6,6 @@ export const appPrivateRoutes = {
sign: '/sign',
settings: '/settings',
profileSettings: '/settings/profile/:npub',
- cacheSettings: '/settings/cache',
relays: '/settings/relays',
nostrLogin: '/settings/nostrLogin'
}