Skip to content

Commit 80ecc0b

Browse files
feat(constants): increase MAX_GUESSES from 6 to 10
1 parent 96d3644 commit 80ecc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const API_URL = import.meta.env.VITE_API_URL || '';
22
export const DEV = import.meta.env.DEV;
3-
export const MAX_GUESSES = 6;
3+
export const MAX_GUESSES = 10;

0 commit comments

Comments
 (0)