mirror of
https://github.com/devangthakkar/wordle_archive
synced 2026-01-16 17:04:23 -05:00
fix issue on clicking previous on day 1
This commit is contained in:
@@ -296,7 +296,7 @@ function App() {
|
||||
play()
|
||||
}
|
||||
const playRandom = () => {
|
||||
day = Math.floor(Math.random() * (og_day-1))+1
|
||||
day = Math.floor(Math.random() * (og_day-1)) + 1
|
||||
play()
|
||||
}
|
||||
const playNext = () => {
|
||||
|
||||
Reference in New Issue
Block a user