1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-05 06:00:24 +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

View File

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