diff --git a/src/pages/settings/index.tsx b/src/pages/settings/index.tsx index 919ac98..d846294 100644 --- a/src/pages/settings/index.tsx +++ b/src/pages/settings/index.tsx @@ -67,7 +67,7 @@ const SettingTabs = () => { const navLinks = [ { path: appRoutes.settingsProfile, label: 'Profile', icon: }, - { path: appRoutes.settingsRelays, label: 'Relays', icon: }, + { path: appRoutes.settingsRelays, label: 'Relays (WIP)', icon: }, { path: appRoutes.settingsPreferences, label: 'Preferences (WIP)', @@ -78,7 +78,7 @@ const SettingTabs = () => { if (isAdmin) { navLinks.push({ path: appRoutes.settingsAdmin, - label: 'Admin', + label: 'Admin (WIP)', icon: }) }