From 20c0cc7e73b9e79adb9bbc4f424fe19b0831cecd Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Apr 2026 19:12:54 -0500 Subject: [PATCH] fix: show neon light (#27994) --- web/src/lib/components/layouts/AuthPageLayout.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/lib/components/layouts/AuthPageLayout.svelte b/web/src/lib/components/layouts/AuthPageLayout.svelte index 2cae94e340..63c2bedbe3 100644 --- a/web/src/lib/components/layouts/AuthPageLayout.svelte +++ b/web/src/lib/components/layouts/AuthPageLayout.svelte @@ -11,7 +11,7 @@ let { title, children, withHeader = true, withBackdrop = true }: Props = $props(); -
+
{#if withBackdrop}
Immich logo
{/if}