feat: Add favicon to the Filament dashboard panel
This commit is contained in:
parent
ad7789dd3f
commit
fa9af59624
@ -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'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
public/assets/img/logo/favicon.png
Normal file
BIN
public/assets/img/logo/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in New Issue
Block a user