mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-22 03:48:41 -07:00
Replace a bunch of icons.
This commit is contained in:
@@ -62,8 +62,8 @@ final class ReportController extends Controller
|
||||
|
||||
$this->middleware(function ($request, $next) {
|
||||
app('view')->share('title', (string) trans('firefly.reports'));
|
||||
app('view')->share('mainTitleIcon', 'fa-bar-chart');
|
||||
app('view')->share('subTitleIcon', 'fa-calendar');
|
||||
app('view')->share('mainTitleIcon', 'bi-bar-chart');
|
||||
app('view')->share('subTitleIcon', 'bi-calendar');
|
||||
$this->helper = app(ReportHelperInterface::class);
|
||||
$this->repository = app(BudgetRepositoryInterface::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user