mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 09:13:14 +03:00
fix(web): logo invisible on share page (#7990)
This commit is contained in:
@@ -82,8 +82,8 @@
|
||||
{:else}
|
||||
<ControlAppBar on:close={() => goto(AppRoute.PHOTOS)} backIcon={mdiArrowLeft} showBackButton={false}>
|
||||
<svelte:fragment slot="leading">
|
||||
<a data-sveltekit-preload-data="hover" class="ml-4 hover:cursor-pointer" href="/">
|
||||
<ImmichLogo width="50%" />
|
||||
<a data-sveltekit-preload-data="hover" class="ml-4" href="/">
|
||||
<ImmichLogo class="h-10" />
|
||||
</a>
|
||||
</svelte:fragment>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user