diff --git a/frontend/src/routes/collections/[id]/+page.svelte b/frontend/src/routes/collections/[id]/+page.svelte index 94b9283..e4245c9 100644 --- a/frontend/src/routes/collections/[id]/+page.svelte +++ b/frontend/src/routes/collections/[id]/+page.svelte @@ -290,15 +290,17 @@ tabindex="0" class="dropdown-content z-[1] menu p-4 shadow bg-base-300 text-base-content rounded-box w-52 gap-4" > -

Link new...

- + {#if collection.user_id === data.user.pk} +

Link new...

+ + {/if}

Add new...