From a5a0515e4516cd7b4f4aa0f5ae346007648f0fdc Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 14 May 2024 14:25:05 +0200 Subject: [PATCH] adding --grided class --- src/components/game/GameAnswerExplanation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/game/GameAnswerExplanation.jsx b/src/components/game/GameAnswerExplanation.jsx index 6ab8634..70a8571 100644 --- a/src/components/game/GameAnswerExplanation.jsx +++ b/src/components/game/GameAnswerExplanation.jsx @@ -24,7 +24,7 @@ export default function GameAnwerExplanation({ questionId }) { const objectPictureUrl = contextGameDatas.gameObjects[questionId].attrs.objectPictureUrl; return ( -
+
{answer.userAnsweredCorrectly === true && ( <>