From 36d2b84670a096550b03ceb276184ab309b5364a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 24 Oct 2023 18:09:27 -0700 Subject: feat(layout): profile item navigation --- src/routes/+layout.svelte | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/routes') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 19df3f1c..20ae9ef4 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -52,11 +52,17 @@

HomeCompletedManga & LN Updates • - ToolsSettings 」 + Tools • {#if data.user} + Profile • + {/if} Settings

- HomeCompletedTools
+ HomeCompletedTools + {#if data.user} + • Profile + {/if} +
Settings Manga & LN Updates -- cgit v1.2.3