mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-21 19:37:58 -07:00
Replace icons
This commit is contained in:
@@ -52,7 +52,7 @@ final class OAuthController extends Controller
|
||||
|
||||
$this->middleware(static function ($request, $next) {
|
||||
app('view')->share('title', (string) trans('firefly.oauth_tokens'));
|
||||
app('view')->share('mainTitleIcon', 'fa-user');
|
||||
app('view')->share('mainTitleIcon', 'bi-person');
|
||||
|
||||
return $next($request);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user