diff --git a/commands/meme-gen/dear-liberals.js b/commands/meme-gen/dear-liberals.js index 9702e2fe..913e22a4 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}`, 136, 275); + ctx.fillText(`#${hashtag}`, 86, 325); ctx.rotate(-12.30 * (Math.PI / 180)); ctx.fillStyle = '#002046'; ctx.font = '27px Oswald-SemiBold';