mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
@@ -100,6 +100,6 @@ class HomeController extends BaseController
|
||||
|
||||
// build the home screen:
|
||||
return View::make('index')->with('count', $count)->with('transactions', $transactions)->with('title', 'Firefly')
|
||||
->with('subTitle', 'What\'s playing?');
|
||||
->with('subTitle', 'What\'s playing?')->with('mainTitleIcon','fa-fire');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user