From 01e31e73e0174306f1e4922dede8cd28dc923064 Mon Sep 17 00:00:00 2001 From: Lucas Guima Date: Fri, 1 May 2020 17:32:35 -0300 Subject: [PATCH] Update the Piggy Banks icon around the site --- app/Http/Controllers/PiggyBankController.php | 2 +- resources/views/v1/partials/control-bar.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/PiggyBankController.php b/app/Http/Controllers/PiggyBankController.php index 5b0d2e455a..ff3a4d0738 100644 --- a/app/Http/Controllers/PiggyBankController.php +++ b/app/Http/Controllers/PiggyBankController.php @@ -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); diff --git a/resources/views/v1/partials/control-bar.twig b/resources/views/v1/partials/control-bar.twig index b3c60891b2..395ffc403d 100644 --- a/resources/views/v1/partials/control-bar.twig +++ b/resources/views/v1/partials/control-bar.twig @@ -89,7 +89,7 @@
  • - +