mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Update the Tags icon around the site
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user