From f220911d7afb778a3c668494ba335305cd70c237 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Thu, 11 Jul 2024 15:37:04 -0400 Subject: [PATCH] new adventure list --- frontend/src/lib/components/Navbar.svelte | 10 +- .../src/routes/adventures/+page.server.ts | 91 +++++++-- frontend/src/routes/adventures/+page.svelte | 191 +++++++++++++++--- 3 files changed, 242 insertions(+), 50 deletions(-) diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte index 614ad35..42e36ae 100644 --- a/frontend/src/lib/components/Navbar.svelte +++ b/frontend/src/lib/components/Navbar.svelte @@ -53,10 +53,7 @@ > {#if data.user}
  • - -
  • -
  • - +
  • @@ -87,10 +84,7 @@