mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): memory view in timeline href (#12158)
This commit is contained in:
parent
5e6ac87eaf
commit
fcbc1ba399
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue