Feat: Adding Stoic, Updating Core Service Provider to declare that the lunar page is called Boboko
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@ class CorePlugin implements Plugin
|
||||
{
|
||||
$panel->path('boboko')
|
||||
->brandName('Boboko')
|
||||
->brandLogo(asset('logos/core/boboko-logo.svg'))
|
||||
->darkModeBrandLogo(asset('logos/core/boboko-logo-white.svg'))
|
||||
->brandLogo(asset('static/logos/core/boboko-logo.svg'))
|
||||
->darkModeBrandLogo(asset('static/logos/core/boboko-logo-white.svg'))
|
||||
->login(Login::class)
|
||||
->navigationItems([
|
||||
NavigationItem::make("Lucent")
|
||||
|
||||
Reference in New Issue
Block a user