Update src/pages/settings/index.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s
This commit is contained in:
parent
2b23294ae5
commit
7002e3e18d
@ -70,7 +70,7 @@ const SettingTabs = () => {
|
||||
{ path: appRoutes.settingsRelays, label: 'Relays', icon: <RelaySVG /> },
|
||||
{
|
||||
path: appRoutes.settingsPreferences,
|
||||
label: 'Preferences',
|
||||
label: 'Preferences (WIP)',
|
||||
icon: <PreferenceSVG />
|
||||
}
|
||||
]
|
||||
@ -101,7 +101,7 @@ const SettingTabs = () => {
|
||||
<div className='IBMSMSplitMainSmallSide'>
|
||||
<div className='IBMSMSplitMainSmallSideSec'>
|
||||
<div className='IBMSMSplitMainSmallSideSec'>
|
||||
<h3 className='IBMSMSMSSS_Text'>Settings (WIP)</h3>
|
||||
<h3 className='IBMSMSMSSS_Text'>Settings</h3>
|
||||
</div>
|
||||
<div className='IBMSMSMSSS_Buttons'>
|
||||
{navLinks.map(({ path, label, icon }) =>
|
||||
|
Loading…
Reference in New Issue
Block a user