- 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 !!assetOwner}
<div class="absolute bottom-2 end-2">
<UserAvatar user={assetOwner} size="sm" />
<div class="absolute bottom-0 end-1">
<span class="text-white">{assetOwner.name}</span>
</div>
{/if}