mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Update the Budgets icon around the site
This commit is contained in:
		| @@ -64,7 +64,7 @@ class ShowController extends Controller | ||||
|         $this->middleware( | ||||
|             function ($request, $next) { | ||||
|                 app('view')->share('title', (string) trans('firefly.budgets')); | ||||
|                 app('view')->share('mainTitleIcon', 'fa-tasks'); | ||||
|                 app('view')->share('mainTitleIcon', 'fa-pie-chart'); | ||||
|                 $this->journalRepos = app(JournalRepositoryInterface::class); | ||||
|                 $this->repository = app(BudgetRepositoryInterface::class); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user