diff --git a/src/BoothGame/BoothGame.tsx b/src/BoothGame/BoothGame.tsx index 5d61235..5fb6cbd 100644 --- a/src/BoothGame/BoothGame.tsx +++ b/src/BoothGame/BoothGame.tsx @@ -23,7 +23,7 @@ import { HoneycombTeamContext } from "./HoneycombTeamContext"; import { TheNextQuestionParameters, TraceQuestionIntroduction } from "./analyzeData/TraceQuestionIntroduction"; const HardCodedEvent = { - eventName: "KCDC", + eventName: "FinTechDevCon", }; function BoothGameInternal(props: BoothGameProps) { diff --git a/src/BoothGame/Win.tsx b/src/BoothGame/Win.tsx index caa2127..35f7e21 100644 --- a/src/BoothGame/Win.tsx +++ b/src/BoothGame/Win.tsx @@ -26,9 +26,9 @@ function WinInternal(props: WinProps) { Congratulations on completing the Observaquiz!

Your score is: {props.score}

-

Come by the Honeycomb booth at KCDC to see how this compares with other scores, and to collect your prize!

+

Come by the Honeycomb booth at FinTechDevCon to see how this compares with other scores, and to collect your prize!


-

If you'd like to talk more about this quiz, or observability, or OpenTelemetry: chat with Martin or Jessitron at our +

If you'd like to talk more about this quiz, or observability, or OpenTelemetry: chat with Jessitron (or Martin) in Office Hours

);