diff --git a/frontend/src/lib/components/header/header.svelte b/frontend/src/lib/components/header/header.svelte index c0311cf..2410caa 100644 --- a/frontend/src/lib/components/header/header.svelte +++ b/frontend/src/lib/components/header/header.svelte @@ -6,12 +6,13 @@ import HeaderAvatar from './header-avatar.svelte'; let isAuthPage = $derived( - !$page.error && ($page.url.pathname.startsWith('/authorize') || $page.url.pathname.startsWith('/login')) + !$page.error && + ($page.url.pathname.startsWith('/authorize') || $page.url.pathname.startsWith('/login')) );
-
+
{#if !isAuthPage} diff --git a/frontend/src/routes/settings/+layout.svelte b/frontend/src/routes/settings/+layout.svelte index e873ccd..7efd1b9 100644 --- a/frontend/src/routes/settings/+layout.svelte +++ b/frontend/src/routes/settings/+layout.svelte @@ -22,14 +22,16 @@
-
-
+
+
-
+

Settings