rrcampbell-exe / real-fake-birds

A guessing game featuring real fake birds.
https://www.realfakebirds.app
1 stars 0 forks source link

Reset Score Should Only Reset Score, Not Theme #65

Closed rrcampbell-exe closed 11 months ago

rrcampbell-exe commented 11 months ago

Currently, clicking the "Reset Score" button will reset not only the score, but also the chosen theme. Only score-related information should be cleared from local storage when this button is clicked.

rrcampbell-exe commented 11 months ago

localStorage.removeItem() can be used instead of localStorage.clear().

rrcampbell-exe commented 11 months ago

Closed by PR #72.