Skip to content

Commit

Permalink
Make it clearer what to do with the faces
Browse files Browse the repository at this point in the history
  • Loading branch information
jessitron committed Aug 8, 2024
1 parent 007755a commit 52e4e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BoothGame/TextQuestion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function TextQuestionInternal(props: QuestionProps) {
/>
</p>
<p className="answer-response">{usefulContent}</p>
{state.askForOpinion && <p> {opinionButtons}</p>}
{state.askForOpinion && <p> <span id="say-what-you-think">What do you think of that response? </span>{opinionButtons}</p>}
<p>
<button
id="question-go"
Expand Down
2 changes: 1 addition & 1 deletion src/BoothGame/Win.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function WinInternal(props: WinProps) {
<p>Come by the Honeycomb booth at FinTechDevCon to see how this compares with other scores, and to collect your prize!</p>
<hr />
<p>If you'd like to talk more about this quiz, or observability, or OpenTelemetry: chat with Jessitron (or Martin) in
<a href="https://honeycomb.io/office-hours">Office Hours</a></p>
{" "}<a href="https://honeycomb.io/office-hours">Office Hours</a>.</p>
</div>
);
}
Expand Down

0 comments on commit 52e4e9f

Please sign in to comment.