mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-25 05:24:44 +02:00
Merge pull request #215 from Boy132/remove-brandName
Remove hardcoded brandName
This commit is contained in:
commit
7efa04f1ef
@ -36,7 +36,6 @@ class AdminPanelProvider extends PanelProvider
|
||||
->id('admin')
|
||||
->path('admin')
|
||||
->login()
|
||||
->brandName('Pelican')
|
||||
->homeUrl('/')
|
||||
->favicon('/pelican.ico')
|
||||
->profile(EditProfile::class, false)
|
||||
|
@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade;
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'Pelican',
|
||||
'name' => env('APP_NAME', 'Pelican'),
|
||||
|
||||
'version' => 'canary',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user