diff --git a/src/App.vue b/src/App.vue index ab68240e4574ce21f748e5518a622808f1a7d327..bd05ce07fdc5a0f0c78c0d7925cf9cc77fba1f09 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("1024", canvas.width / 2, canvas.height / 2); + ctx.fillText("InsCode", canvas.width / 2, canvas.height / 2); requestAnimationFrame(render); };