chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-01-02 15:34:59 +01:00
parent 289ff9cd04
commit b99c9094fb
267 changed files with 5706 additions and 3554 deletions

View file

@ -8,7 +8,7 @@
console.log("???")
</script>
<div class="flex flex-col items-center justify-center w-full h-full p-8">
<div class="flex h-full w-full flex-col items-center justify-center p-8">
<div class="flex flex-col items-center">
<World style="height: 200px" />
<h1>
@ -17,8 +17,8 @@
</div>
<BackButton
on:click={() => {
window.location = "index.html"
}}
window.location = "index.html"
}}
>
<div class="flex w-full justify-center">
<Tr t={Translations.t.general.backToIndex} />