mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-20 19:07:52 -07:00
Replace icons
This commit is contained in:
@@ -51,7 +51,7 @@ final class TriggerController extends Controller
|
||||
|
||||
// translations:
|
||||
$this->middleware(function ($request, $next) {
|
||||
app('view')->share('mainTitleIcon', 'fa-paint-brush');
|
||||
app('view')->share('mainTitleIcon', 'bi-paint-bucket');
|
||||
app('view')->share('title', (string) trans('firefly.recurrences'));
|
||||
|
||||
$this->repository = app(RecurringRepositoryInterface::class);
|
||||
|
||||
Reference in New Issue
Block a user