mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
cleanup migration to filament
This commit is contained in:
@ -44,7 +44,7 @@ public function boot(): void
|
||||
);
|
||||
FilamentView::registerRenderHook(
|
||||
PanelsRenderHook::SIDEBAR_FOOTER,
|
||||
fn () => view('web.components.app-version')
|
||||
fn () => view('components.app-version')
|
||||
);
|
||||
FilamentAsset::register([
|
||||
Js::make('app', Vite::asset('resources/js/app.js'))->module(),
|
||||
@ -86,7 +86,7 @@ public function panel(Panel $panel): Panel
|
||||
'primary' => Color::Indigo,
|
||||
])
|
||||
->viteTheme('resources/css/filament/app/theme.css')
|
||||
->brandLogo(fn () => view('web.components.brand'))
|
||||
->brandLogo(fn () => view('components.brand'))
|
||||
->brandLogoHeight('30px')
|
||||
->discoverPages(in: app_path('Web/Pages'), for: 'App\\Web\\Pages')
|
||||
->middleware([
|
||||
|
Reference in New Issue
Block a user