Quellcode durchsuchen

capitalize DBHQ

Abram Kash vor 6 Jahren
Ursprung
Commit
0fdf06236b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;