diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 45970ab..00139e5 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -57,7 +57,9 @@ {#if recentAdventures.length === 0} -
+

{$t('dashboard.no_recent_adventures')}

{$t('dashboard.add_some')}