diff --git a/app/Filament/Pages/Dashboard.php b/app/Filament/Pages/Dashboard.php index f29587f97..af76c00f5 100644 --- a/app/Filament/Pages/Dashboard.php +++ b/app/Filament/Pages/Dashboard.php @@ -54,7 +54,8 @@ class Dashboard extends Page 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 c57178c08..ef7f539bd 100644 --- a/resources/views/filament/pages/dashboard.blade.php +++ b/resources/views/filament/pages/dashboard.blade.php @@ -33,7 +33,7 @@ @if (!$isLatest)