add logo and some other frontend changes
Build / Build-image (push) Successful in 1m15s

This commit is contained in:
2026-08-14 18:42:30 +02:00
parent eca046c1ea
commit 7250a9ea68
13 changed files with 1918 additions and 22 deletions
+2 -2
View File
@@ -114,10 +114,10 @@
</UForm>
</template>
<template v-if="!correct && guesses.length >= maxGuesses">
You ran out of guesses. Todays TLA was {{ tla }}
You ran out of guesses. Todays TLA was <b>{{ tla }}</b>
</template>
<template v-if="correct">
You completed todays TLAdle! Todays TLA was {{ tla }}
You completed todays TLAdle! Todays TLA was <b>{{ tla }}</b>
</template>
<h3>Guesses left: {{ maxGuesses - guesses.length }}</h3>