mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 09:54:44 +02:00
update colors
This commit is contained in:
parent
93f059025c
commit
55badb5644
@ -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()
|
||||
|
@ -33,7 +33,7 @@
|
||||
@if (!$isLatest)
|
||||
<x-filament::section
|
||||
icon="tabler-info-circle"
|
||||
icon-color="primary"
|
||||
icon-color="warning"
|
||||
id="intro-update"
|
||||
collapsible
|
||||
persist-collapsed
|
||||
|
Loading…
x
Reference in New Issue
Block a user