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