mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
10 lines
292 B
PHP
10 lines
292 B
PHP
<wa-avatar
|
|
@if(Illuminate\Support\Facades\Storage::has("avatars/$user->id"))
|
|
image="{{ $user->getAvatarBase64() }}"
|
|
@endif
|
|
label="avatar for {{ $user->name }}"
|
|
shape="{{ $shape }}"
|
|
style="--size: {{ $size }}"
|
|
>
|
|
<livewire:app.icon name="user" slot="icon" size="2.5rem" />
|
|
</wa-avatar>
|