removed dark mod and applied fixes for text colors
This commit is contained in:
@@ -154,7 +154,6 @@ Route::middleware(['auth', 'active'])->group(function () {
|
||||
|
||||
Volt::route('settings/profile', 'settings.profile')->name('profile.edit');
|
||||
Volt::route('settings/password', 'settings.password')->name('user-password.edit');
|
||||
Volt::route('settings/appearance', 'settings.appearance')->name('appearance.edit');
|
||||
|
||||
Volt::route('settings/two-factor', 'settings.two-factor')
|
||||
->middleware(
|
||||
|
||||
Reference in New Issue
Block a user