diff --git a/web/public/mtg/app.js b/web/public/mtg/app.js index 75ef105a..d4c98f70 100644 --- a/web/public/mtg/app.js +++ b/web/public/mtg/app.js @@ -60,7 +60,8 @@ function putIntoMapAndFetch(data) { } else if (whichGuesser === 'burn') { document.getElementById('guess-type').innerText = 'Match With Hot Singles' } else if (whichGuesser === 'beast') { - document.getElementById('guess-type').innerText = 'Finding Fantastic Beasts' + document.getElementById('guess-type').innerText = + 'Finding Fantastic Beasts' } setUpNewGame() }