feat: add profile headshot image

This commit is contained in:
badblocks 2025-08-13 18:29:17 -07:00
parent 617667af44
commit 3f994fd737
No known key found for this signature in database
4 changed files with 1 additions and 12 deletions

View file

@ -24,7 +24,7 @@
<div
class="w-48 rounded-full ring ring-primary ring-offset-base-100 ring-offset-2"
>
<NuxtImg src="/static-assets/headshot_pp.png" alt="Rob" />
<NuxtImg src="/headshot.png" alt="Rob" />
</div>
</div>
</div>