improved empty state

This commit is contained in:
Philipp Dormann 2023-04-15 20:39:04 +02:00
parent 8139a3f60b
commit 2ce93b45c7
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@
{$_("top-laeufer")} ({$_("rundenzeit")})
</h1>
{#if runners_by_laptime.length === 0}
<p class="w-full text-center text-3xl">Noch keine Daten...</p>
<p class="w-full text-center text-3xl font-semibold">Noch keine Daten...</p>
{:else}
<table class="table p-4 bg-white shadow rounded-lg w-full">
<thead>