From d4c24df0aafed355637a3e3c301967361789a557 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 5 May 2024 19:49:23 +0000 Subject: [PATCH] Fix log in and signup buttons in reactive navbar --- src/lib/components/Navbar.svelte | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 2b325dc..fdffc6d 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -89,7 +89,7 @@ AdventureLog 🗺️ @@ -129,14 +138,19 @@ >Featured + {#if !user} +
  • + +
  • +
  • + +
  • + {/if}