Removed upload button on sharing and album page

This commit is contained in:
Alex
2022-08-26 10:05:15 -07:00
parent 44ccb1eec1
commit 33b810de74
3 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
</svelte:head>
<section>
<NavigationBar user={data.user} on:uploadClicked={() => {}} />
<NavigationBar user={data.user} shouldShowUploadButton={false} />
</section>
<section class="grid grid-cols-[250px_auto] relative pt-[72px] h-screen bg-immich-bg">