mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 01:44:45 +02:00
make discord button blurple
changes the discord button in the admin page to discords official 'blurple' color.
This commit is contained in:
parent
d4a02336aa
commit
efcf22d837
@ -74,6 +74,7 @@ class Dashboard extends Page
|
||||
->label(trans('dashboard/index.sections.intro-help.button_discord'))
|
||||
->icon('tabler-brand-discord')
|
||||
->url('https://discord.gg/pelican-panel', true),
|
||||
->color('blurple'),
|
||||
],
|
||||
];
|
||||
}
|
||||
|
@ -47,6 +47,7 @@ class AdminPanelProvider extends PanelProvider
|
||||
'primary' => Color::Blue,
|
||||
'success' => Color::Green,
|
||||
'warning' => Color::Amber,
|
||||
'blurple' => Color::hex('#5865F2'),
|
||||
])
|
||||
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
|
||||
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
|
||||
|
Loading…
x
Reference in New Issue
Block a user