How to customize sidebar collapse icon
I thought I had read about this in the doc previously but I can't seem to find it anywhere. Is there a way to customize the icon that is show in the topbar for collapsing the sidebar nav?
Solution:Jump to solution
in app provider:
```php
FilamentIcon::register([
'panels::sidebar.collapse-button' => 'icon',
]);...
3 Replies
Solution
in app provider:
replace the icon to what you want
Perfect, thanks @Lara Zeus !