diff --git a/frontend/src/routes/planner/+page.svelte b/frontend/src/routes/planner/+page.svelte index 0d8c11b..00d216f 100644 --- a/frontend/src/routes/planner/+page.svelte +++ b/frontend/src/routes/planner/+page.svelte @@ -6,6 +6,8 @@ import type { PageData } from './$types'; import EditAdventure from '$lib/components/EditAdventure.svelte'; + import Lost from '$lib/assets/undraw_lost.svg'; + export let data: PageData; console.log(data); @@ -80,7 +82,10 @@ -
No planned adventures yet!
++ There are no adventures to display. Add some using the plus button at the bottom right! +
+No visited adventures yet!
++ There are no adventures to display. Add some using the plus button at the bottom right! +
+