capitalize DBHQ

This commit is contained in:
Abram Kash 2018-11-01 13:29:42 -04:00
parent cbb8382f78
commit 0fdf06236b

View file

@ -619,7 +619,7 @@ function onImageLoaded() {
ctx.fillStyle = "#ffffff";
ctx.font = "bold 15px sans-serif";
ctx.textAlign = "right";
ctx.fillText("dbhq.github.io", rPreview.width - 10, 27);
ctx.fillText("DBHQ.github.io", rPreview.width - 10, 27);
yPos += 48;