Updated the Dashboard to display the current tournament

This commit is contained in:
kapitz01 2023-12-18 11:20:04 +01:00
parent 9322bb12bd
commit 2115682c1c

View File

@ -1,5 +1,6 @@
<script>
import Serverlist from '$lib/client/components/Serverlist.svelte'
import CurrentTunier from "$lib/client/components/CurrentTunier.svelte";
let year = new Date().getFullYear();
</script>
@ -11,8 +12,11 @@
<Serverlist />
</td>
<td>|</td>
<td>-----</td>
<td>|</td>
<td>
<h2>LAN Tunier</h2>
<CurrentTunier />
</td>
</tr>
</table>