The working state of the app. Still one issue with login

This commit is contained in:
2025-09-05 23:02:03 +02:00
parent 1b67756a94
commit 6700770824
9 changed files with 83 additions and 61 deletions

View File

@@ -6,7 +6,7 @@ use Filament\Pages\Page;
class Deposits extends Page
{
protected static ?string $navigationIcon = 'iconsax-two-money-recive';
protected static ?string $navigationIcon = 'heroicon-o-currency-dollar';
protected static string $view = 'filament.user.pages.deposits';
}