From 0aa03b2d7dbaf2a6ba3aa3c815168d8008e4e62b Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Tue, 1 Feb 2022 11:49:34 +0000 Subject: [PATCH] =?UTF-8?q?Eingedeutscht,=20mit=20=F0=9F=8D=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modals/InfoModal.tsx | 44 ++++++++++++++--------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/components/modals/InfoModal.tsx b/src/components/modals/InfoModal.tsx index 5202fb8..b0ece86 100644 --- a/src/components/modals/InfoModal.tsx +++ b/src/components/modals/InfoModal.tsx @@ -10,41 +10,41 @@ export const InfoModal = ({ isOpen, handleClose }: Props) => { return (

- Guess the word in 6 tries. After each guess, the color of the tiles will - change to show how close your guess was to the word. + Rate das 🍯le in 6 Versuchen. Nach jedem Versuch ändert sich die Farbe des Kästchens + um anzuzeigen, wie nah man an der korrekten Lösung ist.

- + + + - -

- The letter W is in the word and in the correct spot. + Der Buchstabe I ist an der korrekten Stelle.

- - - - - -
-

- The letter L is in the word but in the wrong spot. -

- -
- - - - + + + +

- The letter U is not in the word in any spot. + Der Buchstabe U ist in dem Wort enthalten, aber an der falschen Stelle. +

+ +
+ + + + + +
+

+ Der Buchstabe E ist nicht in dem Wort enthalten.

)