Update the Tags icon around the site

This commit is contained in:
Lucas Guima
2020-05-01 18:55:23 -03:00
parent c2733e2a8f
commit c1be98762e

View File

@@ -60,7 +60,7 @@ class TagController extends Controller
$this->middleware(
function ($request, $next) {
app('view')->share('title', (string) trans('firefly.tags'));
app('view')->share('mainTitleIcon', 'fa-tags');
app('view')->share('mainTitleIcon', 'fa-tag');
$this->attachments = app(AttachmentHelperInterface::class);
$this->repository = app(TagRepositoryInterface::class);