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
@@ -53,7 +53,7 @@ final class DeleteController extends Controller
// translations:
$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(TransactionGroupRepositoryInterface::class);