Skip to content

Commit

Permalink
do it
Browse files Browse the repository at this point in the history
  • Loading branch information
GivenTicket committed Aug 19, 2020
1 parent a9d8daa commit 77d6810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
ctx.font = "48px Comic Sans MS";
ctx.fillStyle = "Black";
ctx.textAlign = "center";
ctx.fillText("Information", infoCanvas.width/2, infoCanvas.height/10);
ctx.fillText("INformation", infoCanvas.width/2, infoCanvas.height/10);
ctx.font = "24px Comic Sans MS";
ctx.fillText("Next Block", infoCanvas.width/2, infoCanvas.height/5);

Expand Down

0 comments on commit 77d6810

Please sign in to comment.