From 1f714a7574a28e3ed0bb1667b20e6d79161c8e4d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 18 Dec 2019 16:16:55 -0500 Subject: [PATCH] Fix --- commands/meme-gen/dear-liberals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/meme-gen/dear-liberals.js b/commands/meme-gen/dear-liberals.js index 913e22a4..2045e4c2 100644 --- a/commands/meme-gen/dear-liberals.js +++ b/commands/meme-gen/dear-liberals.js @@ -64,7 +64,7 @@ module.exports = class DearLiberalsCommand extends Command { ctx.textBaseline = 'top'; ctx.font = '20px Oswald-SemiBold'; ctx.rotate(12.30 * (Math.PI / 180)); - ctx.fillText(`#${hashtag}`, 86, 325); + ctx.fillText(`#${hashtag}`, 186, 225); ctx.rotate(-12.30 * (Math.PI / 180)); ctx.fillStyle = '#002046'; ctx.font = '27px Oswald-SemiBold';