Skip to content

Commit

Permalink
Update event name
Browse files Browse the repository at this point in the history
  • Loading branch information
jessitron committed Aug 5, 2024
1 parent 251f243 commit 007755a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BoothGame/BoothGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { HoneycombTeamContext } from "./HoneycombTeamContext";
import { TheNextQuestionParameters, TraceQuestionIntroduction } from "./analyzeData/TraceQuestionIntroduction";

const HardCodedEvent = {
eventName: "KCDC",
eventName: "FinTechDevCon",
};

function BoothGameInternal(props: BoothGameProps) {
Expand Down
4 changes: 2 additions & 2 deletions src/BoothGame/Win.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function WinInternal(props: WinProps) {
Congratulations on completing the Observaquiz!
</p>
<p className="score-report">Your score is: {props.score}</p>
<p>Come by the Honeycomb booth at KCDC to see how this compares with other scores, and to collect your prize!</p>
<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 Martin or Jessitron at our
<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>
</div>
);
Expand Down

0 comments on commit 007755a

Please sign in to comment.