typo
This commit is contained in:
@@ -235,7 +235,7 @@ function Game(props: GameProps) {
|
|||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigator.clipboard.writeText(getChallengeUrl(target));
|
navigator.clipboard.writeText(getChallengeUrl(target));
|
||||||
setHint("Challenge link to clipboard!");
|
setHint("Challenge link copied to clipboard!");
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Challenge a friend to this word
|
Challenge a friend to this word
|
||||||
|
|||||||
Reference in New Issue
Block a user