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

@ -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>