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,7 +1,7 @@
<div class="wa-stack wa-gap-3xl">
<div class="wa-stack">
<div class="wa-flank wa-align-items-center">
<livewire:app.pfp user="{{ $user->id }}" size="5rem" shape="rounded" />
<livewire:app.pfp :$user size="5rem" shape="rounded" />
<h1>{{ $user->name }}</h1>
</div>