Skip to content

Commit

Permalink
feat: add logo admin/app PanelProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelBlum committed Feb 15, 2024
1 parent fe3526e commit f1ef222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function panel(Panel $panel): Panel
->id('admin')
->path('admin')
->login()
->brandName('FREEZE CONTROL')
->brandName(config('app.name'))
->darkModeBrandLogo(fn(): View => view('filament.partials.logo.brand-logo-dark'))
->brandLogo(fn(): View => view('filament.partials.logo.brand-logo'))
->favicon(asset('brands/icon-340.png'))
Expand Down

0 comments on commit f1ef222

Please sign in to comment.