Skip to content

Commit 71dad1a

Browse files
committed
update owl icon + small refactor
1 parent fff53d4 commit 71dad1a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

client/public/owl.png

-311 Bytes
Loading

client/src/App.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,11 @@ function App() {
226226
}
227227
}
228228
setKeyboardColors(keyboard_colors)
229+
return;
229230
}
230231

231-
if (attempt.toLowerCase() == term.word) {
232-
if (!success) setScore(score + 100);
233-
setSuccess(true);
234-
}
232+
if (!success) setScore(score + 100);
233+
setSuccess(true);
235234
}
236235

237236
function reveal() {

0 commit comments

Comments
 (0)