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:
@@ -59,7 +59,7 @@ final class IndexController 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