mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-25 12:24:45 +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')
|
->id('admin')
|
||||||
->path('admin')
|
->path('admin')
|
||||||
->login()
|
->login()
|
||||||
->brandName('Pelican')
|
|
||||||
->homeUrl('/')
|
->homeUrl('/')
|
||||||
->favicon('/pelican.ico')
|
->favicon('/pelican.ico')
|
||||||
->profile(EditProfile::class, false)
|
->profile(EditProfile::class, false)
|
||||||
|
@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade;
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'name' => 'Pelican',
|
'name' => env('APP_NAME', 'Pelican'),
|
||||||
|
|
||||||
'version' => 'canary',
|
'version' => 'canary',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user