Skip to content

Commit

Permalink
fix: dashboard logo link is now pointed to homepage. fixes #157
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Aug 12, 2024
1 parent 38530fd commit 306510b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/Filament/DashboardPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function panel(Panel $panel): Panel
->pages([
Pages\Dashboard::class,
])
->homeUrl('/')
->plugins([
AdvancedTablesPlugin::make()
->persistActiveViewInSession()
Expand Down

0 comments on commit 306510b

Please sign in to comment.