Update the Categories icon around the site

This commit is contained in:
Lucas Guima
2020-05-01 18:54:08 -03:00
parent 722cf9b4fe
commit c2733e2a8f
11 changed files with 18 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ class CreateController extends Controller
$this->middleware(
function ($request, $next) {
app('view')->share('title', (string) trans('firefly.categories'));
app('view')->share('mainTitleIcon', 'fa-bar-chart');
app('view')->share('mainTitleIcon', 'fa-bookmark');
$this->repository = app(CategoryRepositoryInterface::class);
$this->attachments = app(AttachmentHelperInterface::class);