diff --git a/README.md b/README.md index 442a33a..412372d 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,7 @@ Optionally, you can get the Pis to autostart the `client.js`: Follow these steps for Player 2 Pi, only use `ssh pi@172.20.2.151` and `--id=2`. + + + +It's not working propely diff --git a/src/scripts/structures/question.js b/src/scripts/structures/question.js index d8364e9..61270f1 100644 --- a/src/scripts/structures/question.js +++ b/src/scripts/structures/question.js @@ -239,7 +239,7 @@ export default class Question extends Panel { return this.parse`
- ${ Header.bind(null, {heading: headingText, color: "white", null })} + ${ Header.bind(null, {heading: headingText, color: "white"})} ${ Timer.bind(null, timerParams) }