Skip to content

Commit 8d05a86

Browse files
Set "/" as the URL for the logo in the admin panel (#1365)
1 parent a4dd3c8 commit 8d05a86

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
@@ -70,6 +70,7 @@ public function panel(Panel $panel): Panel
7070
->openUrlInNewTab(),
7171
])
7272
->brandLogo(asset('images/laravelio-logo.svg'))
73+
->homeUrl('/')
7374
->unsavedChangesAlerts()
7475
->globalSearch(false)
7576
->topNavigation()

0 commit comments

Comments
 (0)