mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-20 13:35:54 +00:00
chore: sharing action button position (#25381)
This commit is contained in:
parent
fe1d0edf4c
commit
99bd7d5f27
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
const { ViewAll: ViewSharedLinks } = $derived(getSharedLinksActions($t));
|
||||
</script>
|
||||
|
||||
<UserPageLayout title={data.meta.title} actions={[ViewSharedLinks, CreateAlbum]}>
|
||||
<UserPageLayout title={data.meta.title} actions={[CreateAlbum, ViewSharedLinks]}>
|
||||
<div class="flex flex-col">
|
||||
{#if data.partners.length > 0}
|
||||
<div class="mb-6 mt-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue