cleanup MainDashContent

This commit is contained in:
Philipp Dormann 2023-04-22 11:16:57 +02:00
parent 663cb29ccd
commit 763a01af09
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -143,7 +143,7 @@
<StatCard
title={$_("total-distance")}
value={`${stats.total_distance / 1000} km`}
href="#"
href="/scans/"
>
<svg
fill="currentColor"
@ -159,7 +159,7 @@
<StatCard
title={$_("average-distance")}
value={`${(stats.average_distance / 1000).toFixed(2)} km`}
href="#"
href="/scans/"
>
<svg
fill="currentColor"