Key independent system

This commit is contained in:
Sean Morley
2024-06-14 11:04:43 +00:00
parent fc8a162aa9
commit 7894e8c192
8 changed files with 59 additions and 13 deletions

View File

@@ -17,6 +17,7 @@
{#if data.user.icon}
<div class="avatar flex items-center justify-center">
<div class="w-24 rounded">
<!-- svelte-ignore a11y-missing-attribute -->
<img src={data.user.icon} class="w-24 rounded-full" />
</div>
</div>