i hope this works

This commit is contained in:
yuriko 🦊 2025-05-25 00:02:40 -04:00
parent b04a0daf38
commit 41eb81de76
5 changed files with 14 additions and 10 deletions

View file

@ -36,7 +36,10 @@
@auth
<wa-button href="{{ url('/profiles/' . Auth::id()) }}" appearance="plain" wire:navigate.hover>
{{ Auth::user()->name }}
<div class="wa-cluster wa-align-items-center">
<livewire:app.pfp :user="auth()->user()" size="2rem" shape="rounded" />
{{ Auth::user()->name }}
</div>
</wa-button>
<wa-icon-button href="{{ route('logout') }}" appearance="plain" name="arrow-left-from-bracket"></wa-icon-button>
@endauth