1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

#5519 shared page redirect to host (#5678)

* #5519 shared page redirect to host

* #5519 file formatting
This commit is contained in:
Jan 2023-12-13 17:15:39 +01:00 committed by GitHub
parent 523d01068f
commit e5e6fcc46d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>