histogram width divide by mode, not total #2

Merged
christofsteel merged 47 commits from honigle into main 2022-02-02 13:59:36 +01:00
3 changed files with 3 additions and 12974 deletions
Showing only changes of commit cfb5f3fd2a - Show all commits

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 const nextday = (index + 1) * msInDay + epochMs
return { return {
solution: WORDS[index % WORDS.length].toUpperCase(), solution: WORDS[0].toUpperCase(),
solutionIndex: index, solutionIndex: index,
tomorrow: nextday, tomorrow: nextday,
} }