mirror of
https://github.com/immich-app/immich.git
synced 2026-01-20 08:40:53 -08:00
- change owner to their name in white text instead of the avatar
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user