This commit is contained in:
yuriko 🦊 2025-05-24 23:16:40 -04:00
parent 2e75c1c407
commit 67bf5494fd
8 changed files with 18 additions and 23 deletions

View file

@ -1,2 +1,3 @@
<wa-avatar image="{{ $pfp }}" label="{{ $user->name }}'s Profile Picture" shape="{{ $shape }}" loading="lazy" style="--size: {{ $size }}">
</wa-avatar>
<div>
<wa-avatar image="{{ $pfp }}" label="{{ $name }}'s Profile Picture" shape="{{ $shape }}" loading="lazy" style="--size: {{ $size }}"></wa-avatar>
</div>