Add new icon/link to topbar
Hi, is there anyway to add custom icon with link in topbar? i mean like the Notification icon, i wanna add an icon so user can click on it and go directly to the main website from inside the Filament panel, any suggestion ?
6 Replies
I think this should be done creating a basic widget with an icon button and url and then injecting that in the top bar via a render hook
you can do it using render hook
https://filamentphp.com/docs/3.x/panels/configuration#render-hooks
Solution
thank you guys, it's work
first, i create a component for this
then use it it in the panel configuration
and here is the result