Replace icons

This commit is contained in:
James Cole
2026-07-09 07:37:05 +02:00
parent d5ad06c885
commit 5328c1446f
79 changed files with 106 additions and 106 deletions
@@ -63,7 +63,7 @@ final class MassController extends Controller
$this->middleware(function ($request, $next) {
app('view')->share('title', (string) trans('firefly.transactions'));
app('view')->share('mainTitleIcon', 'fa-exchange');
app('view')->share('mainTitleIcon', 'bi-shuffle');
$this->repository = app(JournalRepositoryInterface::class);
return $next($request);