Replace a bunch of icons.

This commit is contained in:
James Cole
2026-07-09 06:53:09 +02:00
parent 8368dde204
commit d5ad06c885
71 changed files with 70 additions and 3358 deletions
+2 -2
View File
@@ -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);