diff --git a/src/pages/settings/index.tsx b/src/pages/settings/index.tsx index 1fe2351..d846294 100644 --- a/src/pages/settings/index.tsx +++ b/src/pages/settings/index.tsx @@ -67,10 +67,10 @@ 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', + label: 'Preferences (WIP)', icon: } ] @@ -78,7 +78,7 @@ const SettingTabs = () => { if (isAdmin) { navLinks.push({ path: appRoutes.settingsAdmin, - label: 'Admin', + label: 'Admin (WIP)', icon: }) } @@ -101,7 +101,7 @@ const SettingTabs = () => {
-

Settings (WIP)

+

Settings

{navLinks.map(({ path, label, icon }) => diff --git a/src/styles/styles.css b/src/styles/styles.css index 79f8f23..8458aae 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -330,7 +330,7 @@ h6 { } .inputMain { - transition: ease 0.4s; + transition: border ease 0.4s; background: rgba(0, 0, 0, 0.1); outline: unset; border-radius: 10px;