Refactor AdventureCard component and add new adventure page

This commit is contained in:
Sean Morley
2024-04-27 20:24:25 +00:00
parent ba84fbdcf3
commit 62109a41a6
5 changed files with 65 additions and 4 deletions

View File

@@ -50,10 +50,10 @@
<AdventureCard
type="featured"
on:add={add}
id={adventure.id}
name={adventure.name}
location={adventure.location}
date=""
id={NaN}
/>
{/each}
</div>