Skip to content

Commit

Permalink
style(lib/helpers): use updated class name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed May 19, 2024
1 parent 9cd03e8 commit d986f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export const colorGuess = (currentRow) => {
guess.classList.add(guessArray[guessIndex].color);

if (!gameState.isGameOver) {
guess.classList.add('flip-vertical-right');
guess.classList.add('flip-horizontal');
}

colorKeyboardLetter(dataLetter, guessArray[guessIndex].color);
Expand Down

0 comments on commit d986f0a

Please sign in to comment.