mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): logo invisible on share page (#7990)
This commit is contained in:
parent
abedfd1015
commit
e21c586cc5
4 changed files with 12 additions and 5 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue