Replace icons

This commit is contained in:
James Cole
2026-07-09 07:37:05 +02:00
parent d5ad06c885
commit 5328c1446f
79 changed files with 106 additions and 106 deletions
@@ -58,7 +58,7 @@ final class HomeController extends Controller
{
Log::channel('audit')->info('User visits admin index.');
$title = (string) trans('firefly.system_settings');
$mainTitleIcon = 'fa-hand-spock-o';
$mainTitleIcon = 'bi-cpu';
$email = auth()->user()->email;
$pref = Preferences::get('remote_guard_alt_email');
if (null !== $pref && is_string($pref->data)) {