From 2f771e9efc5766d39a6aaf867e72a9a37f51e16b Mon Sep 17 00:00:00 2001 From: WardPearce Date: Thu, 29 May 2025 18:43:32 +1200 Subject: [PATCH] Clicking on nav logo takes to default page instead of home --- materialious/src/routes/(app)/+layout.svelte | 3 ++- materialious/src/routes/+layout.ts | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/materialious/src/routes/(app)/+layout.svelte b/materialious/src/routes/(app)/+layout.svelte index 53a4812c..42cc158f 100644 --- a/materialious/src/routes/(app)/+layout.svelte +++ b/materialious/src/routes/(app)/+layout.svelte @@ -21,6 +21,7 @@ darkModeStore, instanceStore, interfaceAmoledTheme, + interfaceDefaultPage, showWarningStore, syncPartyPeerStore, themeColorStore @@ -235,7 +236,7 @@ {/if} -