Skip to content

Commit

Permalink
Merge pull request #70 from andrewdwallo/development-3.x
Browse files Browse the repository at this point in the history
add brand logo to UserPanelProvider.php
  • Loading branch information
andrewdwallo authored Oct 1, 2024
2 parents 7c66fc2 + f0d2cf9 commit af37ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/Filament/UserPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function panel(Panel $panel): Panel
])
->navigation(false)
->viteTheme('resources/css/filament/user/theme.css')
->brandLogo(static fn () => view('components.icons.logo'))
->discoverResources(in: app_path('Filament/User/Resources'), for: 'App\\Filament\\User\\Resources')
->discoverPages(in: app_path('Filament/User/Pages'), for: 'App\\Filament\\User\\Pages')
->discoverClusters(in: app_path('Filament/User/Clusters'), for: 'App\\Filament\\User\\Clusters')
Expand Down

0 comments on commit af37ddf

Please sign in to comment.