You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 05:46:58 +02:00
fix(web): multiple small issues on the web app (#5875)
This commit is contained in:
@ -151,7 +151,7 @@
|
||||
isOpacity={true}
|
||||
icon={asset.isFavorite ? mdiHeart : mdiHeartOutline}
|
||||
on:click={() => dispatch('favorite')}
|
||||
title="Favorite"
|
||||
title={asset.isFavorite ? 'Unfavorite' : 'Favorite'}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
|
Reference in New Issue
Block a user