feat: Add favicon to the Filament dashboard panel

This commit is contained in:
Yoga Pangestu 2026-01-19 08:27:25 +07:00
parent ad7789dd3f
commit fa9af59624
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ public function panel(Panel $panel): Panel
'Pelindung', 'Pelindung',
]) ])
->databaseNotifications() ->databaseNotifications()
->databaseNotificationsPolling('30s'); ->databaseNotificationsPolling('30s')
->favicon(asset('assets/img/logo/favicon.png'));
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB