✨ #41
This commit is contained in:
@@ -113,7 +113,8 @@
|
||||
"time_left": "Time left",
|
||||
"get_results": "Get results",
|
||||
"get_results_and_stop_time": "Get results and stop time",
|
||||
"get_final_results": "Get final results"
|
||||
"get_final_results": "Get final results",
|
||||
"export_results": "Export results"
|
||||
},
|
||||
"password_reset_page": {
|
||||
"reset_password": "Reset password"
|
||||
|
||||
@@ -66,9 +66,8 @@
|
||||
{#if winners_arr.length >= 3}
|
||||
<div>
|
||||
<p class="text-xl text-center">
|
||||
3nd Place: <span class="underline">{winners_arr[3]}</span><span
|
||||
>With {winners[winners_arr[3]]}</span
|
||||
>
|
||||
3rd Place: <span class="underline">{winners_arr[2]}</span>
|
||||
<span>with {winners[winners_arr[2]]} out of {quiz_data.questions.length}</span>
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user