Update the Budgets icon around the site

This commit is contained in:
Lucas Guima
2020-05-01 17:29:50 -03:00
parent a8709a4a45
commit dba7d05296
13 changed files with 19 additions and 14 deletions

View File

@@ -58,7 +58,7 @@ class CreateController extends Controller
$this->middleware(
function ($request, $next) {
app('view')->share('title', (string) trans('firefly.budgets'));
app('view')->share('mainTitleIcon', 'fa-tasks');
app('view')->share('mainTitleIcon', 'fa-pie-chart');
$this->repository = app(BudgetRepositoryInterface::class);
$this->attachments = app(AttachmentHelperInterface::class);