mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix: album share modal navigation (#19245)
This commit is contained in:
parent
e0144b4ece
commit
de81006367
@ -171,7 +171,7 @@
|
|||||||
{#if sharedLinks.length > 0}
|
{#if sharedLinks.length > 0}
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
<Text>{$t('shared_links')}</Text>
|
<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>
|
</div>
|
||||||
|
|
||||||
<Stack gap={4}>
|
<Stack gap={4}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user