mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Bug Fixes
This commit is contained in:
@@ -30,7 +30,7 @@ export default function SettingsPage({ username, name, email }: SettingsPageProp
|
||||
<div className="tabs tabs-border pt-8">
|
||||
<input
|
||||
type="radio"
|
||||
name="settings_tabs"
|
||||
name="settings"
|
||||
className="tab text-primary z-10"
|
||||
aria-label="User Settings"
|
||||
defaultChecked
|
||||
@@ -50,7 +50,7 @@ export default function SettingsPage({ username, name, email }: SettingsPageProp
|
||||
|
||||
<input
|
||||
type="radio"
|
||||
name="settings_tabs"
|
||||
name="settings"
|
||||
className="tab text-primary z-10"
|
||||
aria-label="Notification Settings"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user