| @@ -121,6 +121,7 @@ | ||||
|               height="20rem" | ||||
|               class="ml-auto mr-auto" | ||||
|               version="1.0" | ||||
|               title="Invalid" | ||||
|               viewBox="0 0 100 100" | ||||
|               ><g fill="none" stroke="red" | ||||
|                 ><path d="M6 6l88 88" stroke-width="18.1" /><path | ||||
| @@ -135,6 +136,7 @@ | ||||
|               width="20rem" | ||||
|               height="20rem" | ||||
|               class="ml-auto mr-auto" | ||||
|               title="Valid" | ||||
|               viewBox="0 0 600 600" | ||||
|               ><path | ||||
|                 d="M8 405s115 129 138 182h99c41-126 203-429 341-535 28-37-43-52-102-27-87 36-252 317-283 384-44 12-90-74-90-74z" | ||||
| @@ -142,13 +144,13 @@ | ||||
|               /></svg | ||||
|             > | ||||
|           {/if} | ||||
|           <h1 class="text-2xl font-bold text-center">{$_('total-distance')}</h1> | ||||
|           <h1 class="text-2xl font-bold text-center">{$_("total-distance")}</h1> | ||||
|           <h1 class="text-6xl font-bold text-center"> | ||||
|             {lastscan_totaldistance} | ||||
|           </h1> | ||||
|           <h1 class="text-2xl font-bold text-center">{$_('lap-time')}</h1> | ||||
|           <h1 class="text-2xl font-bold text-center">{$_("lap-time")}</h1> | ||||
|           <h1 class="text-6xl font-bold text-center">{lastscan_laptime}</h1> | ||||
|           <h1 class="text-2xl font-bold text-center">{$_('last-scan')}</h1> | ||||
|           <h1 class="text-2xl font-bold text-center">{$_("last-scan")}</h1> | ||||
|           <h1 class="text-5xl font-bold text-center">{lastscan_time}</h1> | ||||
|         {:else} | ||||
|           <h1 class="text-3xl font-bold text-center"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user