refactor(avatar): menyesuaikan avatar profile dan menghapus menu statistik
This commit is contained in:
parent
ffd22c9303
commit
3811f87b8b
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user