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.

)