Fix Ultra Hard mode

This commit is contained in:
Lynn
2022-01-22 18:00:27 +01:00
parent 806eb9fe41
commit e07726f71c
2 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ function App() {
[
`No restrictions on guesses.`,
`Wordle's "Hard Mode". Green letters must stay fixed, and yellow letters must be reused.`,
`An even stricter Hard Mode. Yellow letters must move away, and gray letters can't be reused.`,
`An even stricter Hard Mode. Yellow letters must move away from where they were clued.`,
][difficulty]
}
</div>