1
0
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:
martin
2023-12-19 22:56:55 +01:00
committed by GitHub
parent cabc2d57dd
commit 64176d2ff4
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
isOpacity={true}
icon={asset.isFavorite ? mdiHeart : mdiHeartOutline}
on:click={() => dispatch('favorite')}
title="Favorite"
title={asset.isFavorite ? 'Unfavorite' : 'Favorite'}
/>
{/if}