Merge pull request 'small style and text changes' (#47) from staging into master
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s

Reviewed-on: #47
This commit is contained in:
freakoverse 2024-09-24 18:22:47 +00:00
commit 397ec48444
2 changed files with 5 additions and 5 deletions

View File

@ -67,10 +67,10 @@ const SettingTabs = () => {
const navLinks = [ const navLinks = [
{ path: appRoutes.settingsProfile, label: 'Profile', icon: <ProfileSVG /> }, { 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, path: appRoutes.settingsPreferences,
label: 'Preferences', label: 'Preferences (WIP)',
icon: <PreferenceSVG /> icon: <PreferenceSVG />
} }
] ]
@ -78,7 +78,7 @@ const SettingTabs = () => {
if (isAdmin) { if (isAdmin) {
navLinks.push({ navLinks.push({
path: appRoutes.settingsAdmin, path: appRoutes.settingsAdmin,
label: 'Admin', label: 'Admin (WIP)',
icon: <AdminSVG /> icon: <AdminSVG />
}) })
} }
@ -101,7 +101,7 @@ const SettingTabs = () => {
<div className='IBMSMSplitMainSmallSide'> <div className='IBMSMSplitMainSmallSide'>
<div className='IBMSMSplitMainSmallSideSec'> <div className='IBMSMSplitMainSmallSideSec'>
<div className='IBMSMSplitMainSmallSideSec'> <div className='IBMSMSplitMainSmallSideSec'>
<h3 className='IBMSMSMSSS_Text'>Settings (WIP)</h3> <h3 className='IBMSMSMSSS_Text'>Settings</h3>
</div> </div>
<div className='IBMSMSMSSS_Buttons'> <div className='IBMSMSMSSS_Buttons'>
{navLinks.map(({ path, label, icon }) => {navLinks.map(({ path, label, icon }) =>

View File

@ -330,7 +330,7 @@ h6 {
} }
.inputMain { .inputMain {
transition: ease 0.4s; transition: border ease 0.4s;
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
outline: unset; outline: unset;
border-radius: 10px; border-radius: 10px;