Ich mag Honig 🐻❤️🍯

This commit is contained in:
Christoph Stahl 2022-01-26 23:00:03 +01:00 committed by Christoph Stahl
parent ccb2bf404c
commit cfb5f3fd2a
3 changed files with 3 additions and 12974 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@ export const getWordOfDay = () => {
const nextday = (index + 1) * msInDay + epochMs
return {
solution: WORDS[index % WORDS.length].toUpperCase(),
solution: WORDS[0].toUpperCase(),
solutionIndex: index,
tomorrow: nextday,
}