- change owner to their name in white text instead of the avatar
This commit is contained in:
@@ -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}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user