diff --git a/src/components/BingoBoard.vue b/src/components/BingoBoard.vue index 62b0484..3e6a655 100644 --- a/src/components/BingoBoard.vue +++ b/src/components/BingoBoard.vue @@ -52,12 +52,14 @@ let outerTasks = [ `Catch up with someone you haven't seen in awhile`, `Learn Max's latest nerdy hobby.`, `Find someone who has never been to Cooperstown before.`, - `Find someone who is [a teacher|a nurse|works in Finance].`, + `Find someone who [is a teacher|is a nurse|works in Finance].`, `Take a [joyful|goofy] selfie with [a friend|someone you just met] & send it to Max.`, - `Be the answer to someone else's clue.`, + `Be the answer to someone else's Bingo clue.`, `Find a bee keeper. Learn a bee fact.`, `Find someone who owns domesticated fowl and consumes their eggs.`, - `Chat with someone who was born in [Montana|Turkey].` + `Chat with someone who was born in [Montana|Turkey].`, + `Figure out who traveled the farthest to attend this Wedding.`, + `Who made Max's wedding ring?`, ] const hardnessMap = { @@ -170,7 +172,7 @@ function getSubtitle(boardNumber){ switch(boardNumber % 4){ case 0: - text = 'Small talk boring, bingo is fun! Use this bingo board to be social. Fill 5 in a row for a chance to win a prize.' + text = 'Small talk boring, bingo fun! Use this bingo board to be social. Fill 5 in a row for a chance to win a prize.' break; case 1: text = 'Mingle and play bingo! Chat with other guests. Fill 5 boxes in a row. Submit for a chance to win a prize!'