Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
olesota committed Dec 2, 2020
1 parent 07d6cca commit 085bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function updateScore(newScore: number, prefix = "R") {
if (i == newScore) {
if (prefix == "R")
//el.innerHTML = "← Current";
el.innerHTML = "← Yours ";
el.innerHTML = "←Yours ";
else
//el.innerHTML = "Starting →";
el.innerHTML = "Start →";
Expand Down

0 comments on commit 085bfb3

Please sign in to comment.