From d7e60a2a9b83a4454e8489e9fc4bcd795d956b25 Mon Sep 17 00:00:00 2001 From: 622eda98dfef6c4fdb84ccca <622eda98dfef6c4fdb84ccca@devide> Date: Mon, 17 Apr 2023 08:12:10 +0000 Subject: [PATCH] UPDATE --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index bd05ce0..10cebf8 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); }; -- GitLab