mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-27 05:37:20 -05:00
Replace icons
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user