ranjith-dev #289
@@ -7,12 +7,10 @@ use Illuminate\Support\Facades\Auth;
|
|||||||
|
|
||||||
class Welcome extends Page
|
class Welcome extends Page
|
||||||
{
|
{
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
protected static ?string $navigationIcon = 'heroicon-s-gift'; // 'heroicon-o-document-text';
|
||||||
|
|
||||||
protected static string $view = 'filament.pages.welcome';
|
protected static string $view = 'filament.pages.welcome';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public function getHeading(): string
|
public function getHeading(): string
|
||||||
{
|
{
|
||||||
return '';
|
return '';
|
||||||
|
|||||||
Reference in New Issue
Block a user