Skip to content

Commit 44ada4d

Browse files
committed
Enable top navigation
1 parent 2e233ee commit 44ada4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Providers/Filament/AdminPanelProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function panel(Panel $panel): Panel
7272
->brandLogo(asset('images/laravelio-logo.svg'))
7373
->unsavedChangesAlerts()
7474
->globalSearch(false)
75+
->topNavigation()
7576
->spa();
7677
}
7778
}

0 commit comments

Comments
 (0)