use avatar and user menu component in home page nav bar

how can I use filament avatar component with it's related user menu in my home page ?
Solution:
Thank you , it was silly question. I found it : ```php <x-filament::layouts.app.topbar.user-menu />...
Jump to solution
2 Replies
Dennis Koch
Dennis Koch11mo ago
If it’s a component, search for the name. Probably something like <x-filament-avatar …
Solution
KiaBoluki
KiaBoluki11mo ago
Thank you , it was silly question. I found it :
<x-filament::layouts.app.topbar.user-menu />
<x-filament::layouts.app.topbar.user-menu />