Skip to content

Commit

Permalink
added back collapsible sidebar (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Sep 16, 2023
1 parent debdeb6 commit 198c1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function panel(Panel $panel): Panel
url: asset('fonts/inter/inter.css'),
provider: LocalFontProvider::class,
)
->sidebarCollapsibleOnDesktop()
->viteTheme('resources/css/filament/admin/theme.css')
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
Expand Down

0 comments on commit 198c1fb

Please sign in to comment.