mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
wtf
This commit is contained in:
parent
2e75c1c407
commit
67bf5494fd
8 changed files with 18 additions and 23 deletions
|
|
@ -35,12 +35,12 @@
|
|||
@endguest
|
||||
|
||||
@auth
|
||||
<div class="wa-cluster wa-gap-3xs wa-align-items-center">
|
||||
<livewire:app.pfp :user="Auth::user()" size="2rem" />
|
||||
<wa-button href="{{ url('/profiles/' . Auth::id()) }}" appearance="plain" wire:navigate.hover>
|
||||
<wa-button href="{{ url('/profiles/' . Auth::id()) }}" appearance="plain" wire:navigate.hover>
|
||||
<div class="wa-cluster wa-align-items-center">
|
||||
<livewire:app.pfp user="{{ Auth::id() }}" size="2rem" shape="rounded" />
|
||||
{{ Auth::user()->name }}
|
||||
</wa-button>
|
||||
</div>
|
||||
</div>
|
||||
</wa-button>
|
||||
<wa-icon-button href="{{ route('logout') }}" appearance="plain" name="arrow-left-from-bracket"></wa-icon-button>
|
||||
@endauth
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue