diff --git a/src/App.vue b/src/App.vue index bd05ce07fdc5a0f0c78c0d7925cf9cc77fba1f09..10cebf8e04f11acf2b7b0c227fa247a638573045 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ export default { ctx.font = "bold 200px sans-serif"; ctx.textAlign = "center"; ctx.textBaseline = "middle"; - ctx.fillText("InsCode", canvas.width / 2, canvas.height / 2); + ctx.fillText("InsCode222", canvas.width / 2, canvas.height / 2); requestAnimationFrame(render); };