Change the manu order of pages
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
namespace App\Filament\User\Pages;
|
||||
|
||||
use Filament\Pages\Page;
|
||||
use Filament\Pages\Dashboard;
|
||||
|
||||
class Lobby extends Page
|
||||
class Lobby extends Dashboard
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-home';
|
||||
|
||||
protected static string $view = 'filament.user.pages.lobby';
|
||||
}
|
||||
|
||||
protected static ?int $navigationSort = 1; // Top
|
||||
}
|
||||
Reference in New Issue
Block a user