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);

View File

@ -89,7 +89,7 @@
<li>
<a href="{{ route('piggy-banks.create') }}">
<i class="menu-icon fa fa-sort-amount-asc bg-teal"></i>
<i class="menu-icon fa fa-bullseye bg-teal"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">{{ 'new_piggy_bank'|_ }}</h4>