From f51dc6c82dc0b426cfcb85341b5398ce5ba115e0 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Mon, 8 Jul 2024 14:52:57 -0400 Subject: [PATCH] image fix --- frontend/src/routes/adventures/[id]/+page.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/adventures/[id]/+page.svelte b/frontend/src/routes/adventures/[id]/+page.svelte index 70104eb..7f279d0 100644 --- a/frontend/src/routes/adventures/[id]/+page.svelte +++ b/frontend/src/routes/adventures/[id]/+page.svelte @@ -90,10 +90,12 @@ {/if} {#if adventure.image}
+ {adventure.name}
{/if}