Added missing let

ref #1
This commit is contained in:
Nicolai Ort 2021-04-07 19:48:26 +02:00
parent 7f6134d0ef
commit fa35ac8254
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@
{:else if current_page === "runners_distance"}
<div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
Top-Läufer
Top-Läufer (Distanz)
</h1>
<table class="table p-4 bg-white shadow rounded-lg w-full">
<thead>
@ -226,7 +226,7 @@
{:else if current_page === "runners_laptime"}
<div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
Top-Läufer
Top-Läufer (Rundenzeit)
</h1>
<table class="table p-4 bg-white shadow rounded-lg w-full">
<thead>