- change owner to their name in white text instead of the avatar

This commit is contained in:
CJPeckover
2025-08-23 00:54:50 -04:00
parent b7e3b48a44
commit 104f3dfcc3

View File

@@ -273,8 +273,8 @@
{/if} {/if}
{#if !!assetOwner} {#if !!assetOwner}
<div class="absolute bottom-2 end-2"> <div class="absolute bottom-0 end-1">
<UserAvatar user={assetOwner} size="sm" /> <span class="text-white">{assetOwner.name}</span>
</div> </div>
{/if} {/if}