aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Result/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Result/index.tsx b/src/components/Result/index.tsx
index 8fa4323..b85094e 100644
--- a/src/components/Result/index.tsx
+++ b/src/components/Result/index.tsx
@@ -30,12 +30,12 @@ export function Result({
60
);
- const textForTry = ["Wow!", "Super!", "Congrats!", "Nice!"];
const copyResult = React.useCallback(() => {
navigator.clipboard.writeText(scoreToEmoji(guesses));
}, [guesses]);
if (didGuess) {
+ const textForTry = ["Perfect!", "Wow!", "Super!", "Congrats!", "Nice!"];
return (
<>
<Styled.ResultTitle>{textForTry[currentTry - 1]}</Styled.ResultTitle>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage