소스 검색

capitalize DBHQ

Abram Kash 6 년 전
부모
커밋
0fdf06236b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      results.js

+ 1 - 1
results.js

@@ -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;