1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-14 15:45:55 +02:00

fix(web): memory view in timeline href (#12158)

This commit is contained in:
Alex 2024-08-30 14:00:31 -05:00 committed by GitHub
parent 5e6ac87eaf
commit fcbc1ba399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,7 +309,7 @@
class:opacity-100={!galleryInView}
>
<CircleIconButton
href="${AppRoute.PHOTOS}?at=${currentAsset.id}"
href="{AppRoute.PHOTOS}?at={currentAsset.id}"
icon={mdiImageSearch}
title={$t('view_in_timeline')}
color="light"