rename admin to settings.

This commit is contained in:
James Cole
2025-01-18 17:26:31 +01:00
parent 649736cb31
commit 4b2807de48
19 changed files with 80 additions and 80 deletions

View File

@@ -59,6 +59,6 @@ class HomeController extends Controller
$email = $pref->data;
}
return view('admin.index', compact('title', 'mainTitleIcon', 'email'));
return view('settings.index', compact('title', 'mainTitleIcon', 'email'));
}
}