From 2ace7040663a43ded3957b7ab8c8919e5df0254b Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Fri, 7 Jun 2024 21:37:38 +0000 Subject: [PATCH] Add images to cards --- src/lib/components/AdventureCard.svelte | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/lib/components/AdventureCard.svelte b/src/lib/components/AdventureCard.svelte index 7ae6205..ad69701 100644 --- a/src/lib/components/AdventureCard.svelte +++ b/src/lib/components/AdventureCard.svelte @@ -40,6 +40,15 @@
+ {#if adventure.imageUrl && adventure.imageUrl.length > 0} +
+ Shoes +
+ {/if}

{adventure.name}

{#if adventure.location && adventure.location !== ""}