mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
remove hardcoded brandName
This commit is contained in:
@@ -36,7 +36,6 @@ class AdminPanelProvider extends PanelProvider
|
||||
->id('admin')
|
||||
->path('admin')
|
||||
->login()
|
||||
->brandName('Pelican')
|
||||
->homeUrl('/')
|
||||
->favicon('/pelican.ico')
|
||||
->profile(EditProfile::class, false)
|
||||
|
||||
Reference in New Issue
Block a user