mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-03 20:25:18 +02:00
Enhance styling for no recent adventures message in dashboard
This commit is contained in:
commit
f3c3e19d51
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@
|
||||||
|
|
||||||
<!-- Inspiration if there are no recent adventures -->
|
<!-- Inspiration if there are no recent adventures -->
|
||||||
{#if recentAdventures.length === 0}
|
{#if recentAdventures.length === 0}
|
||||||
<div class="flex flex-col items-center justify-center bg-neutral shadow p-8 mb-8 rounded-lg">
|
<div
|
||||||
|
class="flex flex-col items-center justify-center bg-neutral shadow p-8 mb-8 rounded-lg text-neutral-content"
|
||||||
|
>
|
||||||
<h2 class="text-3xl font-semibold mb-4">{$t('dashboard.no_recent_adventures')}</h2>
|
<h2 class="text-3xl font-semibold mb-4">{$t('dashboard.no_recent_adventures')}</h2>
|
||||||
<p class="text-lg text-center">
|
<p class="text-lg text-center">
|
||||||
{$t('dashboard.add_some')}
|
{$t('dashboard.add_some')}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue