This commit is contained in:
James Cole
2020-05-01 06:24:24 +02:00
parent c3c9a2f3c0
commit 9d9053d828
10 changed files with 36 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ class CreateController extends Controller
$this->middleware(
static function ($request, $next) {
app('view')->share('title', (string) trans('firefly.transactions'));
app('view')->share('mainTitleIcon', 'fa-repeat');
app('view')->share('mainTitleIcon', 'fa-exchange');
return $next($request);
}