Skip to content

Commit

Permalink
immich-app#5519 shared page redirect to host (immich-app#5678)
Browse files Browse the repository at this point in the history
* immich-app#5519 shared page redirect to host

* immich-app#5519 file formatting
  • Loading branch information
JW-CH authored Dec 13, 2023
1 parent 523d010 commit e5e6fcc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/src/lib/components/album-page/album-viewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@
{:else}
<ControlAppBar showBackButton={false}>
<svelte:fragment slot="leading">
<a
data-sveltekit-preload-data="hover"
class="ml-6 flex place-items-center gap-2 hover:cursor-pointer"
href="https://immich.app"
>
<a data-sveltekit-preload-data="hover" class="ml-6 flex place-items-center gap-2 hover:cursor-pointer" href="/">
<ImmichLogo height={30} width={30} />
<h1 class="font-immich-title text-lg text-immich-primary dark:text-immich-dark-primary">IMMICH</h1>
</a>
Expand Down

0 comments on commit e5e6fcc

Please sign in to comment.