fix(web): logo invisible on share page (#7990)

This commit is contained in:
Michel Heusschen
2024-03-15 20:53:58 +01:00
committed by GitHub
parent abedfd1015
commit e21c586cc5
4 changed files with 12 additions and 5 deletions
@@ -38,7 +38,7 @@
<ControlAppBar showBackButton={false}>
<svelte:fragment slot="leading">
<a data-sveltekit-preload-data="hover" class="ml-4" href="/">
<ImmichLogo width="55%" />
<ImmichLogo class="h-10" />
</a>
</svelte:fragment>