mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
10 lines
309 B
PHP
10 lines
309 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="question" slot="icon" style="font-size: 2.5rem;" />
|
|
</wa-avatar>
|