refactor(avatar): menyesuaikan avatar profile dan menghapus menu statistik

This commit is contained in:
Yoga Pangestu 2025-11-09 19:37:04 +07:00
parent ffd22c9303
commit 3811f87b8b

View File

@ -21,14 +21,12 @@ class="max-lg:hidden! hidden dark:flex" />
</flux:navbar.item>
</flux:navbar>
<flux:dropdown position="top" align="end">
<flux:profile circle name="{{ auth()->user()?->employee?->full_name }}"
avatar="https://unavatar.io/x/calebporzio" />
<flux:profile circle name="{{ auth()->user()?->employee?->full_name }}" />
<flux:navmenu>
<flux:navmenu.item href="{{ route('studio.setting.account', auth()->id()) }}" icon="cog"
wire:navigate.hover>
Pengaturan
</flux:navmenu.item>
<flux:navmenu.item href="#" icon="chart-bar">Statistik</flux:navmenu.item>
<flux:menu.separator />
@livewire('auth.logout')
</flux:navmenu>