interpuntion

This commit is contained in:
lelenium 2021-04-05 15:50:31 +02:00
parent 5b7cf67a6a
commit a19e8be29c

View file

@ -26,12 +26,12 @@ const MainPage = () => {
FAQ: FAQ:
<br /> <br /> <br /> <br />
<QA <QA
question={"I'm confused about the game"} question={"I'm confused about the game."}
answer={"Amazing! That means the game is working properly."} answer={"Amazing! That means the game is working properly."}
/> />
<QA <QA
question={ question={
"I'm extremely confused about the game and I'm not sure what I'm doing" "I'm extremely confused about the game and I'm not sure what I'm doing."
} }
answer={`Read the <a href="/#/guide">guide</a>. Keep in mind though that this is only my interpretation of the game and what I pieced together while developing it, it could be wrong.`} answer={`Read the <a href="/#/guide">guide</a>. Keep in mind though that this is only my interpretation of the game and what I pieced together while developing it, it could be wrong.`}
/> />