The working state of the app. Still one issue with login
This commit is contained in:
@@ -6,7 +6,7 @@ use Filament\Pages\Page;
|
||||
|
||||
class AboutUs extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-information-circle';
|
||||
|
||||
protected static string $view = 'filament.user.pages.about-us';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ use Filament\Pages\Page;
|
||||
|
||||
class Lobby extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'ri-home-smile-2-fill';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
|
||||
protected static string $view = 'filament.user.pages.lobby';
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ use Filament\Pages\Page;
|
||||
|
||||
class Profile extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'carbon-user-profile';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-user-circle';
|
||||
|
||||
protected static string $view = 'filament.user.pages.profile';
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ use Filament\Pages\Page;
|
||||
|
||||
class Transactions extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'polaris-transaction-icon';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
|
||||
protected static string $view = 'filament.user.pages.transactions';
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ use Filament\Pages\Page;
|
||||
|
||||
class VIP extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'ri-vip-crown-2-fill';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-star';
|
||||
|
||||
protected static string $view = 'filament.user.pages.v-i-p';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user