small style and text changes #47

Merged
freakoverse merged 3 commits from staging into master 2024-09-24 18:22:48 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -67,10 +67,10 @@ 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',
label: 'Preferences (WIP)',
icon: <PreferenceSVG />
}
]
@ -78,7 +78,7 @@ const SettingTabs = () => {
if (isAdmin) {
navLinks.push({
path: appRoutes.settingsAdmin,
label: 'Admin',
label: 'Admin (WIP)',
icon: <AdminSVG />
})
}
@ -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 }) =>

View File

@ -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;