From 7002e3e18d0d207058748055b6f21a4b566aff18 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 24 Sep 2024 17:44:41 +0000 Subject: [PATCH] Update src/pages/settings/index.tsx --- src/pages/settings/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/settings/index.tsx b/src/pages/settings/index.tsx index 1fe2351..919ac98 100644 --- a/src/pages/settings/index.tsx +++ b/src/pages/settings/index.tsx @@ -70,7 +70,7 @@ const SettingTabs = () => { { path: appRoutes.settingsRelays, label: 'Relays', icon: }, { path: appRoutes.settingsPreferences, - label: 'Preferences', + label: 'Preferences (WIP)', icon: } ] @@ -101,7 +101,7 @@ const SettingTabs = () => {
-

Settings (WIP)

+

Settings

{navLinks.map(({ path, label, icon }) =>