1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

fix: album share modal navigation (#19245)

This commit is contained in:
Daniel Dietzler
2025-06-18 18:10:35 +02:00
committed by GitHub
parent e0144b4ece
commit de81006367

View File

@@ -171,7 +171,7 @@
{#if sharedLinks.length > 0}
<div class="flex justify-between items-center">
<Text>{$t('shared_links')}</Text>
<Link href={AppRoute.SHARED_LINKS} class="text-sm">{$t('view_all')}</Link>
<Link href={AppRoute.SHARED_LINKS} onclick={() => onClose()} class="text-sm">{$t('view_all')}</Link>
</div>
<Stack gap={4}>