From 54c859b2a822148f1781b858bce6b8f476fe90f4 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 15 Dec 2024 12:34:35 -0500 Subject: [PATCH] Enhance styling for no recent adventures message in dashboard --- frontend/src/routes/dashboard/+page.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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')}