Update the Piggy Banks icon around the site

This commit is contained in:
Lucas Guima
2020-05-01 17:32:35 -03:00
parent dba7d05296
commit 01e31e73e0
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ class PiggyBankController extends Controller
$this->middleware(
function ($request, $next) {
app('view')->share('title', (string) trans('firefly.piggyBanks'));
app('view')->share('mainTitleIcon', 'fa-sort-amount-asc');
app('view')->share('mainTitleIcon', 'fa-bullseye');
$this->attachments = app(AttachmentHelperInterface::class);
$this->piggyRepos = app(PiggyBankRepositoryInterface::class);