fix: formatting of total km
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Dormann 2023-04-15 23:26:48 +02:00
parent 85e7b7c231
commit 2bdbd00189
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@
</div>
<div class="my-1 px-1 w-full overflow-hidden sm:w-1/2 md:w-1/3">
<h1 class="text-5xl font-bold text-center text-gray-900">
{general.total_distance || "0"}
{general.total_distance / 1000 || 0}
</h1>
<h1 class="text-2xl font-semibold text-center text-gray-900">
{$_("kilometer-gesamt")}