small style and text changes #47

Merged
freakoverse merged 3 commits from staging into master 2024-09-24 18:22:48 +00:00
Showing only changes of commit 26accf4eca - Show all commits

View File

@ -67,7 +67,7 @@ const SettingTabs = () => {
const navLinks = [
{ path: appRoutes.settingsProfile, label: 'Profile', icon: <ProfileSVG /> },
{ path: appRoutes.settingsRelays, label: 'Relays', icon: <RelaySVG /> },
{ path: appRoutes.settingsRelays, label: 'Relays (WIP)', icon: <RelaySVG /> },
{
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: <AdminSVG />
})
}