diff --git a/src/BoothGame/TextQuestion.tsx b/src/BoothGame/TextQuestion.tsx index 733a029..2ba7556 100644 --- a/src/BoothGame/TextQuestion.tsx +++ b/src/BoothGame/TextQuestion.tsx @@ -300,7 +300,7 @@ function TextQuestionInternal(props: QuestionProps) { />

{usefulContent}

- {state.askForOpinion &&

{opinionButtons}

} + {state.askForOpinion &&

What do you think of that response? {opinionButtons}

}