mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
parent
523d01068f
commit
e5e6fcc46d
1 changed files with 1 additions and 5 deletions
|
@ -112,11 +112,7 @@
|
||||||
{:else}
|
{:else}
|
||||||
<ControlAppBar showBackButton={false}>
|
<ControlAppBar showBackButton={false}>
|
||||||
<svelte:fragment slot="leading">
|
<svelte:fragment slot="leading">
|
||||||
<a
|
<a data-sveltekit-preload-data="hover" class="ml-6 flex place-items-center gap-2 hover:cursor-pointer" href="/">
|
||||||
data-sveltekit-preload-data="hover"
|
|
||||||
class="ml-6 flex place-items-center gap-2 hover:cursor-pointer"
|
|
||||||
href="https://immich.app"
|
|
||||||
>
|
|
||||||
<ImmichLogo height={30} width={30} />
|
<ImmichLogo height={30} width={30} />
|
||||||
<h1 class="font-immich-title text-lg text-immich-primary dark:text-immich-dark-primary">IMMICH</h1>
|
<h1 class="font-immich-title text-lg text-immich-primary dark:text-immich-dark-primary">IMMICH</h1>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue