diff --git a/app/Filament/Pages/Dashboard.php b/app/Filament/Pages/Dashboard.php index f29587f970..af76c00f54 100644 --- a/app/Filament/Pages/Dashboard.php +++ b/app/Filament/Pages/Dashboard.php @@ -54,7 +54,8 @@ public function getViewData(): array CreateAction::make() ->label('Read Documentation') ->icon('tabler-clipboard-text') - ->url('https://pelican.dev/docs/panel/update', true), + ->url('https://pelican.dev/docs/panel/update', true) + ->color('warning'), ], 'nodeActions' => [ CreateAction::make() diff --git a/resources/views/filament/pages/dashboard.blade.php b/resources/views/filament/pages/dashboard.blade.php index c57178c081..ef7f539bd9 100644 --- a/resources/views/filament/pages/dashboard.blade.php +++ b/resources/views/filament/pages/dashboard.blade.php @@ -33,7 +33,7 @@ @if (!$isLatest)