mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
i hope this works
This commit is contained in:
parent
b04a0daf38
commit
41eb81de76
5 changed files with 14 additions and 10 deletions
|
|
@ -1,3 +1,8 @@
|
|||
<div>
|
||||
<wa-avatar image="{{ $pfp }}" label="{{ $name }}'s Profile Picture" shape="{{ $shape }}" loading="lazy" style="--size: {{ $size }}"></wa-avatar>
|
||||
<wa-avatar
|
||||
image="{{ $user->getAvatarBase64() }}"
|
||||
label="avatar for {{ $user->name }}"
|
||||
shape="{{ $shape }}"
|
||||
style="--size: {{ $size }}"
|
||||
></wa-avatar>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue