From 6f7528da1e3b5c05430a67a2d4cb30a5af7456b1 Mon Sep 17 00:00:00 2001 From: Brett Slaski Date: Thu, 19 Oct 2023 08:38:25 -0500 Subject: [PATCH] fix: add sign up link to mobile nav --- src/_components/nav/mainNav/Mobile.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/_components/nav/mainNav/Mobile.svelte b/src/_components/nav/mainNav/Mobile.svelte index 9b771c1e5..740f1748b 100644 --- a/src/_components/nav/mainNav/Mobile.svelte +++ b/src/_components/nav/mainNav/Mobile.svelte @@ -26,10 +26,11 @@ -
+
{#if $page.data.user.isAuthenticated} {:else} - Log in + Login + Sign Up {/if}